#129369

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

Shades of Elf Green #129369

Tints of Elf Green #129369

Color information

#129369 (or 0x129369) is unknown color: approx Elf Green. HEX triplet: 12, 93 and 69. RGB value is (18,147,105). Sum of RGB (Red+Green+Blue) = 18+147+105=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 147 (57.81% from 255 or 54.44% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 147 - color contains mainly: green. Hex color #129369 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129369 is #ED6C96. Grayscale: #676767. Windows color (decimal): -15559831 or 6918930. OLE color: 6918930.

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

Color convert

RGB18147105-
CMYK0.8800.290.42
HSL160.47º78.18%32.35%-
HSV(B)160.47º87.76%57.65%-
XYZ13.2322.0216.92-
YUV103.64128.7666.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.67%
GREEN value IS 147 (57.81% from 255) = 54.44%
BLUE value IS 105 (41.41% from 255) = 38.89%
R=6.67%
G=54.44%
B=38.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181471050.8800.290.42160.4778.1832.35
Hex1293695801D2Aa04e20
Octal222231511300355224011640
Binary100101001001111010011011000011101101010101000001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129369; }

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

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

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

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

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

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

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

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