Html Css Color HEX #129071 Elf Green

📋 copy color: '#129071'

red 18 ◦ green 144 ◦ blue 113

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

Shades of Elf Green #129071

Tints of Elf Green #129071

RGB

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

 GREEN value IS 144 (56.64% from 255) = 52.36%

 BLUE value IS 113 (44.53% from 255) = 41.09%

R = 6.55%
G = 52.36%
B = 41.09%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#129071 (or 0x129071) is known color: Elf Green. HEX triplet: 12, 90 and 71. RGB value is (18,144,113). Sum of RGB (Red+Green+Blue) = 18+144+113=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 144 (56.64% from 255 or 52.36% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 144 - color contains mainly: green. Hex color #129071 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129071 is #ED6F8E. Grayscale: #666666. Windows color (decimal): -15560591 or 7442450. OLE color: 7442450.

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

Color convert

RGB 18 144 113 -
CMYK 0.88 0 0.22 0.44
HSL 165.24º 0.78% 0.32% -
HSV(B) 165.24º 0.88% 0.56% -
XYZ 13.2 21.27 19.03 -
YUV 102.79 133.76 67.52 -
System Red Green Blue C M Y K H S L
Decimal 18 144 113 0.88 0 0.22 0.44 165.24 0.78 0.32
Hex 12 90 71 58 0 16 2C A5 4E 20
Octal 22 220 161 130 0 26 54 245 116 40
Binary 10010 10010000 1110001 1011000 0 10110 101100 10100101 1001110 100000

Color Harmonies of #129071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129071

Black with #129071

Text Example


Text Example

White with #129071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129071; }

 p { color: rgb(18,144,113); }

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

background-color css

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

 a { background-color: rgb(18,144,113); }

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

border-color css

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

 span { border-color: rgb(18,144,113); }

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