Html Css Color HEX #119466 Elf Green

📋 copy color: '#119466'

red 17 ◦ green 148 ◦ blue 102

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

Shades of Elf Green #119466

Tints of Elf Green #119466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 38.2%

R = 6.37%
G = 55.43%
B = 38.2%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#119466 (or 0x119466) is known color: Elf Green. HEX triplet: 11, 94 and 66. RGB value is (17,148,102). Sum of RGB (Red+Green+Blue) = 17+148+102=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 148 (58.20% from 255 or 55.43% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 148 - color contains mainly: green. Hex color #119466 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119466 is #EE6B99. Grayscale: #676767. Windows color (decimal): -15625114 or 6722577. OLE color: 6722577.

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

Color convert

RGB 17 148 102 -
CMYK 0.89 0 0.31 0.42
HSL 158.93º 0.79% 0.32% -
HSV(B) 158.93º 0.89% 0.58% -
XYZ 13.22 22.26 16.17 -
YUV 103.59 127.1 66.24 -
System Red Green Blue C M Y K H S L
Decimal 17 148 102 0.89 0 0.31 0.42 158.93 0.79 0.32
Hex 11 94 66 59 0 1F 2A 9F 4F 20
Octal 21 224 146 131 0 37 52 237 117 40
Binary 10001 10010100 1100110 1011001 0 11111 101010 10011111 1001111 100000

Color Harmonies of #119466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119466

Black with #119466

Text Example


Text Example

White with #119466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119466; }

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

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

background-color css

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

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

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

border-color css

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

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

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