Html Css Color HEX #129073 Elf Green

📋 copy color: '#129073'

red 18 ◦ green 144 ◦ blue 115

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

Shades of Elf Green #129073

Tints of Elf Green #129073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.52%

R = 6.5%
G = 51.99%
B = 41.52%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#129073 (or 0x129073) is known color: Elf Green. HEX triplet: 12, 90 and 73. RGB value is (18,144,115). Sum of RGB (Red+Green+Blue) = 18+144+115=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #129073 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129073 is #ED6F8C. Grayscale: #676767. Windows color (decimal): -15560589 or 7573522. OLE color: 7573522.

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

Color convert

RGB 18 144 115 -
CMYK 0.88 0 0.20 0.44
HSL 166.19º 0.78% 0.32% -
HSV(B) 166.19º 0.88% 0.56% -
XYZ 13.32 21.31 19.63 -
YUV 103.02 134.76 67.36 -
System Red Green Blue C M Y K H S L
Decimal 18 144 115 0.88 0 0.20 0.44 166.19 0.78 0.32
Hex 12 90 73 58 0 14 2C A6 4E 20
Octal 22 220 163 130 0 24 54 246 116 40
Binary 10010 10010000 1110011 1011000 0 10100 101100 10100110 1001110 100000

Color Harmonies of #129073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129073

Black with #129073

Text Example


Text Example

White with #129073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129073; }

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

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

background-color css

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

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

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

border-color css

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

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

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