#12905C

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

Shades of Elf Green #12905C

Tints of Elf Green #12905C

Color information

#12905C (or 0x12905C) is unknown color: approx Elf Green. HEX triplet: 12, 90 and 5C. RGB value is (18,144,92). Sum of RGB (Red+Green+Blue) = 18+144+92=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 144 (56.64% from 255 or 56.69% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 144 - color contains mainly: green. Hex color #12905C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12905C is #ED6FA3. Grayscale: #646464. Windows color (decimal): -15560612 or 6066194. OLE color: 6066194.

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

Color convert

RGB1814492-
CMYK0.8800.360.44
HSL155.24º77.78%31.76%-
HSV(B)155.24º87.5%56.47%-
XYZ12.1520.8513.51-
YUV100.4123.2669.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.09%
GREEN value IS 144 (56.64% from 255) = 56.69%
BLUE value IS 92 (36.33% from 255) = 36.22%
R=7.09%
G=56.69%
B=36.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18144920.8800.360.44155.2477.7831.76
Hex12905C580242C9b4e20
Octal222201341300445423311640
Binary1001010010000101110010110000100100101100100110111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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