#129365

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

Shades of Elf Green #129365

Tints of Elf Green #129365

Color information

#129365 (or 0x129365) is unknown color: approx Elf Green. HEX triplet: 12, 93 and 65. RGB value is (18,147,101). Sum of RGB (Red+Green+Blue) = 18+147+101=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 147 (57.81% from 255 or 55.26% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 147 - color contains mainly: green. Hex color #129365 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129365 is #ED6C9A. Grayscale: #676767. Windows color (decimal): -15559835 or 6656786. OLE color: 6656786.

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

Color convert

RGB18147101-
CMYK0.8800.310.42
HSL158.6º78.18%32.35%-
HSV(B)158.6º87.76%57.65%-
XYZ13.0321.9415.86-
YUV103.18126.7667.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.77%
GREEN value IS 147 (57.81% from 255) = 55.26%
BLUE value IS 101 (39.84% from 255) = 37.97%
R=6.77%
G=55.26%
B=37.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181471010.8800.310.42158.678.1832.35
Hex1293655801F2A9f4e20
Octal222231451300375223711640
Binary100101001001111001011011000011111101010100111111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129365; }

 p { color: rgb(18,147,101); }

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

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

 a { background-color: rgb(18,147,101); }

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

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

 span { border-color: rgb(18,147,101); }

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