#12905E

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

Shades of Elf Green #12905E

Tints of Elf Green #12905E

Color information

#12905E (or 0x12905E) is unknown color: approx Elf Green. HEX triplet: 12, 90 and 5E. RGB value is (18,144,94). Sum of RGB (Red+Green+Blue) = 18+144+94=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 144 (56.64% from 255 or 56.25% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 144 - color contains mainly: green. Hex color #12905E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12905E is #ED6FA1. Grayscale: #646464. Windows color (decimal): -15560610 or 6197266. OLE color: 6197266.

HSL color Cylindrical-coordinate representation of color #12905E: hue angle of 156.19º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12905E is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB1814494-
CMYK0.8800.350.44
HSL156.19º77.78%31.76%-
HSV(B)156.19º87.5%56.47%-
XYZ12.2420.8813.98-
YUV100.63124.2669.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.03%
GREEN value IS 144 (56.64% from 255) = 56.25%
BLUE value IS 94 (37.11% from 255) = 36.72%
R=7.03%
G=56.25%
B=36.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18144940.8800.350.44156.1977.7831.76
Hex12905E580232C9c4e20
Octal222201361300435423411640
Binary1001010010000101111010110000100011101100100111001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12905E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12905E; }

 p { color: rgb(18,144,94); }

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

<style>
 a { background-color: #12905E; }

 a { background-color: rgb(18,144,94); }

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

<style>
 span { border-color: #12905E; }

 span { border-color: rgb(18,144,94); }

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