#128D5D

Color #128D5D Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #128D5D

Tints of Elf Green #128D5D

Color information

#128D5D (or 0x128D5D) is unknown color: approx Elf Green. HEX triplet: 12, 8D and 5D. RGB value is (18,141,93). Sum of RGB (Red+Green+Blue) = 18+141+93=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 141 (55.47% from 255 or 55.95% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 141 - color contains mainly: green. Hex color #128D5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128D5D is #ED72A2. Grayscale: #626262. Windows color (decimal): -15561379 or 6130962. OLE color: 6130962.

HSL color Cylindrical-coordinate representation of color #128D5D: hue angle of 156.59º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128D5D is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB1814193-
CMYK0.8700.340.45
HSL156.59º77.36%31.18%-
HSV(B)156.59º87.23%55.29%-
XYZ11.7519.9713.59-
YUV98.75124.7570.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 7.14%
GREEN value IS 141 (55.47% from 255) = 55.95%
BLUE value IS 93 (36.72% from 255) = 36.90%
R=7.14%
G=55.95%
B=36.90%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18141930.8700.340.45156.5977.3631.18
Hex128D5D570222D9d4d1f
Octal222151351270425523511537
Binary100101000110110111011010111010001010110110011101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128D5D; }

 p { color: rgb(18,141,93); }

 H1.HeaderClassName
 {
   color: #128D5D;
 }
 .AnyTagClassName
 {
   color: #128D5D;
 }
</style>
background-color css

<style>
 a { background-color: #128D5D; }

 a { background-color: rgb(18,141,93); }

 div.DivClassName
 {
   background-color: #128D5D;
 }
 .BgClassName
 {
   background-color: #128D5D;
 }
</style>
border-color css

<style>
 span { border-color: #128D5D; }

 span { border-color: rgb(18,141,93); }

 td.TdClassName
 {
   border-color: #128D5D;
 }
 .TagClassName
 {
   border-color: #128D5D;
 }
</style>