#12976E

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

Shades of Elf Green #12976E

Tints of Elf Green #12976E

Color information

#12976E (or 0x12976E) is unknown color: approx Elf Green. HEX triplet: 12, 97 and 6E. RGB value is (18,151,110). Sum of RGB (Red+Green+Blue) = 18+151+110=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 151 (59.38% from 255 or 54.12% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 151 - color contains mainly: green. Hex color #12976E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12976E is #ED6891. Grayscale: #6A6A6A. Windows color (decimal): -15558802 or 7247634. OLE color: 7247634.

HSL color Cylindrical-coordinate representation of color #12976E: hue angle of 161.5º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12976E is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB18151110-
CMYK0.8800.270.41
HSL161.5º78.7%33.14%-
HSV(B)161.5º88.08%59.22%-
XYZ14.1323.3918.52-
YUV106.56129.9464.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.45%
GREEN value IS 151 (59.38% from 255) = 54.12%
BLUE value IS 110 (43.36% from 255) = 39.43%
R=6.45%
G=54.12%
B=39.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal181511100.8800.270.41161.578.733.14
Hex12976E5801B29a24f21
Octal222271561300335124211741
Binary100101001011111011101011000011011101001101000101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,151,110); }

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

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

 a { background-color: rgb(18,151,110); }

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

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

 span { border-color: rgb(18,151,110); }

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