#129477

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

Shades of Elf Green #129477

Tints of Elf Green #129477

Color information

#129477 (or 0x129477) is unknown color: approx Elf Green. HEX triplet: 12, 94 and 77. RGB value is (18,148,119). Sum of RGB (Red+Green+Blue) = 18+148+119=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #129477 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129477 is #ED6B88. Grayscale: #696969. Windows color (decimal): -15559561 or 7836690. OLE color: 7836690.

HSL color Cylindrical-coordinate representation of color #129477: hue angle of 166.62º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129477 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB18148119-
CMYK0.8800.200.42
HSL166.62º78.31%32.55%-
HSV(B)166.62º87.84%58.04%-
XYZ14.1722.6421.08-
YUV105.82135.4365.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.32%
GREEN value IS 148 (58.20% from 255) = 51.93%
BLUE value IS 119 (46.88% from 255) = 41.75%
R=6.32%
G=51.93%
B=41.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181481190.8800.200.42166.6278.3132.55
Hex129477580142Aa74e21
Octal222241671300245224711641
Binary100101001010011101111011000010100101010101001111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129477; }

 p { color: rgb(18,148,119); }

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

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

 a { background-color: rgb(18,148,119); }

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

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

 span { border-color: rgb(18,148,119); }

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