#129260

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

Shades of Elf Green #129260

Tints of Elf Green #129260

Color information

#129260 (or 0x129260) is unknown color: approx Elf Green. HEX triplet: 12, 92 and 60. RGB value is (18,146,96). Sum of RGB (Red+Green+Blue) = 18+146+96=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 146 (57.42% from 255 or 56.15% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 146 - color contains mainly: green. Hex color #129260 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129260 is #ED6D9F. Grayscale: #666666. Windows color (decimal): -15560096 or 6328850. OLE color: 6328850.

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

Color convert

RGB1814696-
CMYK0.8800.340.43
HSL156.56º78.05%32.16%-
HSV(B)156.56º87.67%57.25%-
XYZ12.6421.5314.56-
YUV102.03124.5968.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.92%
GREEN value IS 146 (57.42% from 255) = 56.15%
BLUE value IS 96 (37.89% from 255) = 36.92%
R=6.92%
G=56.15%
B=36.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18146960.8800.340.43156.5678.0532.16
Hex129260580222B9d4e20
Octal222221401300425323511640
Binary1001010010010110000010110000100010101011100111011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129260; }

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

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

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

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

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

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

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

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