#129270

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

Shades of Elf Green #129270

Tints of Elf Green #129270

Color information

#129270 (or 0x129270) is unknown color: approx Elf Green. HEX triplet: 12, 92 and 70. RGB value is (18,146,112). Sum of RGB (Red+Green+Blue) = 18+146+112=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 146 (57.42% from 255 or 52.90% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 146 - color contains mainly: green. Hex color #129270 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129270 is #ED6D8F. Grayscale: #676767. Windows color (decimal): -15560080 or 7377426. OLE color: 7377426.

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

Color convert

RGB18146112-
CMYK0.8800.230.43
HSL164.06º78.05%32.16%-
HSV(B)164.06º87.67%57.25%-
XYZ13.4521.8618.84-
YUV103.85132.5966.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.52%
GREEN value IS 146 (57.42% from 255) = 52.90%
BLUE value IS 112 (44.14% from 255) = 40.58%
R=6.52%
G=52.90%
B=40.58%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal181461120.8800.230.43164.0678.0532.16
Hex129270580172Ba44e20
Octal222221601300275324411640
Binary100101001001011100001011000010111101011101001001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129270; }

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

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

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

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

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

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

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

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