Html Css Color HEX #119064 Elf Green

📋 copy color: '#119064'

red 17 ◦ green 144 ◦ blue 100

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

Shades of Elf Green #119064

Tints of Elf Green #119064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 38.31%

R = 6.51%
G = 55.17%
B = 38.31%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#119064 (or 0x119064) is known color: Elf Green. HEX triplet: 11, 90 and 64. RGB value is (17,144,100). Sum of RGB (Red+Green+Blue) = 17+144+100=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 144 (56.64% from 255 or 55.17% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 144 - color contains mainly: green. Hex color #119064 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119064 is #EE6F9B. Grayscale: #656565. Windows color (decimal): -15626140 or 6590481. OLE color: 6590481.

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

Color convert

RGB 17 144 100 -
CMYK 0.88 0 0.31 0.44
HSL 159.21º 0.79% 0.32% -
HSV(B) 159.21º 0.88% 0.56% -
XYZ 12.5 20.99 15.45 -
YUV 101.01 127.42 68.08 -
System Red Green Blue C M Y K H S L
Decimal 17 144 100 0.88 0 0.31 0.44 159.21 0.79 0.32
Hex 11 90 64 58 0 1F 2C 9F 4F 20
Octal 21 220 144 130 0 37 54 237 117 40
Binary 10001 10010000 1100100 1011000 0 11111 101100 10011111 1001111 100000

Color Harmonies of #119064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119064

Black with #119064

Text Example


Text Example

White with #119064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119064; }

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

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

background-color css

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

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

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

border-color css

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

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

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