Html Css Color HEX #119464 Elf Green

📋 copy color: '#119464'

red 17 ◦ green 148 ◦ blue 100

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

Shades of Elf Green #119464

Tints of Elf Green #119464

RGB

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

 GREEN value IS 148 (58.2% from 255) = 55.85%

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

R = 6.42%
G = 55.85%
B = 37.74%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#119464 (or 0x119464) is known color: Elf Green. HEX triplet: 11, 94 and 64. RGB value is (17,148,100). Sum of RGB (Red+Green+Blue) = 17+148+100=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 148 (58.20% from 255 or 55.85% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 148 - color contains mainly: green. Hex color #119464 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119464 is #EE6B9B. Grayscale: #676767. Windows color (decimal): -15625116 or 6591505. OLE color: 6591505.

HSL color Cylindrical-coordinate representation of color #119464: hue angle of 158.02º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119464 is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 148 100 -
CMYK 0.89 0 0.32 0.42
HSL 158.02º 0.79% 0.32% -
HSV(B) 158.02º 0.89% 0.58% -
XYZ 13.12 22.22 15.65 -
YUV 103.36 126.1 66.4 -
System Red Green Blue C M Y K H S L
Decimal 17 148 100 0.89 0 0.32 0.42 158.02 0.79 0.32
Hex 11 94 64 59 0 20 2A 9E 4F 20
Octal 21 224 144 131 0 40 52 236 117 40
Binary 10001 10010100 1100100 1011001 0 100000 101010 10011110 1001111 100000

Color Harmonies of #119464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119464

Black with #119464

Text Example


Text Example

White with #119464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119464; }

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

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

background-color css

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

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

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

border-color css

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

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

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