Html Css Color HEX #119072 Elf Green

📋 copy color: '#119072'

red 17 ◦ green 144 ◦ blue 114

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

Shades of Elf Green #119072

Tints of Elf Green #119072

RGB

 RED value IS 17 (7.03% from 255) = 6.18%

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

 BLUE value IS 114 (44.92% from 255) = 41.45%

R = 6.18%
G = 52.36%
B = 41.45%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#119072 (or 0x119072) is known color: Elf Green. HEX triplet: 11, 90 and 72. RGB value is (17,144,114). Sum of RGB (Red+Green+Blue) = 17+144+114=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 144 (56.64% from 255 or 52.36% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 144 - color contains mainly: green. Hex color #119072 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119072 is #EE6F8D. Grayscale: #666666. Windows color (decimal): -15626126 or 7507985. OLE color: 7507985.

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

Color convert

RGB 17 144 114 -
CMYK 0.88 0 0.21 0.44
HSL 165.83º 0.79% 0.32% -
HSV(B) 165.83º 0.88% 0.56% -
XYZ 13.24 21.28 19.33 -
YUV 102.61 134.42 66.94 -
System Red Green Blue C M Y K H S L
Decimal 17 144 114 0.88 0 0.21 0.44 165.83 0.79 0.32
Hex 11 90 72 58 0 15 2C A6 4F 20
Octal 21 220 162 130 0 25 54 246 117 40
Binary 10001 10010000 1110010 1011000 0 10101 101100 10100110 1001111 100000

Color Harmonies of #119072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119072

Black with #119072

Text Example


Text Example

White with #119072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119072; }

 p { color: rgb(17,144,114); }

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

background-color css

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

 a { background-color: rgb(17,144,114); }

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

border-color css

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

 span { border-color: rgb(17,144,114); }

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