#129464

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

Shades of Elf Green #129464

Tints of Elf Green #129464

Color information

#129464 (or 0x129464) is unknown color: approx Elf Green. HEX triplet: 12, 94 and 64. RGB value is (18,148,100). Sum of RGB (Red+Green+Blue) = 18+148+100=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #129464 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129464 is #ED6B9B. Grayscale: #676767. Windows color (decimal): -15559580 or 6591506. OLE color: 6591506.

HSL color Cylindrical-coordinate representation of color #129464: hue angle of 157.85º 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 #129464 is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB18148100-
CMYK0.8800.320.42
HSL157.85º78.31%32.55%-
HSV(B)157.85º87.84%58.04%-
XYZ13.1422.2315.65-
YUV103.66125.9366.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.77%
GREEN value IS 148 (58.20% from 255) = 55.64%
BLUE value IS 100 (39.45% from 255) = 37.59%
R=6.77%
G=55.64%
B=37.59%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181481000.8800.320.42157.8578.3132.55
Hex129464580202A9e4e21
Octal222241441300405223611641
Binary1001010010100110010010110000100000101010100111101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129464; }

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

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

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

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

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

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

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

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