Html Css Color HEX #129261 Elf Green

📋 copy color: '#129261'

red 18 ◦ green 146 ◦ blue 97

#129261
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #129261

Tints of Elf Green #129261

RGB

 RED value IS 18 (7.42% from 255) = 6.9%

 GREEN value IS 146 (57.42% from 255) = 55.94%

 BLUE value IS 97 (38.28% from 255) = 37.16%

R = 6.9%
G = 55.94%
B = 37.16%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#129261 (or 0x129261) is known color: Elf Green. HEX triplet: 12, 92 and 61. RGB value is (18,146,97). Sum of RGB (Red+Green+Blue) = 18+146+97=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 146 (57.42% from 255 or 55.94% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 146 - color contains mainly: green. Hex color #129261 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129261 is #ED6D9E. Grayscale: #666666. Windows color (decimal): -15560095 or 6394386. OLE color: 6394386.

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

Color convert

RGB 18 146 97 -
CMYK 0.88 0 0.34 0.43
HSL 157.03º 0.78% 0.32% -
HSV(B) 157.03º 0.88% 0.57% -
XYZ 12.69 21.55 14.8 -
YUV 102.14 125.09 67.98 -
System Red Green Blue C M Y K H S L
Decimal 18 146 97 0.88 0 0.34 0.43 157.03 0.78 0.32
Hex 12 92 61 58 0 22 2B 9D 4E 20
Octal 22 222 141 130 0 42 53 235 116 40
Binary 10010 10010010 1100001 1011000 0 100010 101011 10011101 1001110 100000

Color Harmonies of #129261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129261

Black with #129261

Text Example


Text Example

White with #129261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129261; }

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

 H1.HeaderClassName
 {
   color: #129261;
 }
 .AnyTagClassName
 {
   color: #129261;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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