#129670

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

Shades of Elf Green #129670

Tints of Elf Green #129670

Color information

#129670 (or 0x129670) is unknown color: approx Elf Green. HEX triplet: 12, 96 and 70. RGB value is (18,150,112). Sum of RGB (Red+Green+Blue) = 18+150+112=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 150 (58.98% from 255 or 53.57% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 150 - color contains mainly: green. Hex color #129670 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129670 is #ED698F. Grayscale: #6A6A6A. Windows color (decimal): -15559056 or 7378450. OLE color: 7378450.

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

Color convert

RGB18150112-
CMYK0.8800.250.41
HSL162.73º78.57%32.94%-
HSV(B)162.73º88%58.82%-
XYZ14.0823.1119.05-
YUV106.2131.2765.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.43%
GREEN value IS 150 (58.98% from 255) = 53.57%
BLUE value IS 112 (44.14% from 255) = 40%
R=6.43%
G=53.57%
B=40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal181501120.8800.250.41162.7378.5732.94
Hex1296705801929a34f21
Octal222261601300315124311741
Binary100101001011011100001011000011001101001101000111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129670; }

 p { color: rgb(18,150,112); }

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

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

 a { background-color: rgb(18,150,112); }

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

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

 span { border-color: rgb(18,150,112); }

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