#12905D

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

Shades of Elf Green #12905D

Tints of Elf Green #12905D

Color information

#12905D (or 0x12905D) is unknown color: approx Elf Green. HEX triplet: 12, 90 and 5D. RGB value is (18,144,93). Sum of RGB (Red+Green+Blue) = 18+144+93=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 144 (56.64% from 255 or 56.47% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 144 - color contains mainly: green. Hex color #12905D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12905D is #ED6FA2. Grayscale: #646464. Windows color (decimal): -15560611 or 6131730. OLE color: 6131730.

HSL color Cylindrical-coordinate representation of color #12905D: hue angle of 155.71º 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 #12905D is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB1814493-
CMYK0.8800.350.44
HSL155.71º77.78%31.76%-
HSV(B)155.71º87.5%56.47%-
XYZ12.220.8713.74-
YUV100.51123.7669.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.06%
GREEN value IS 144 (56.64% from 255) = 56.47%
BLUE value IS 93 (36.72% from 255) = 36.47%
R=7.06%
G=56.47%
B=36.47%

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
Decimal18144930.8800.350.44155.7177.7831.76
Hex12905D580232C9c4e20
Octal222201351300435423411640
Binary1001010010000101110110110000100011101100100111001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12905D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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