Html Css Color HEX #118974 Elf Green

📋 copy color: '#118974'

red 17 ◦ green 137 ◦ blue 116

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

Shades of Elf Green #118974

Tints of Elf Green #118974

RGB

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

 GREEN value IS 137 (53.91% from 255) = 50.74%

 BLUE value IS 116 (45.7% from 255) = 42.96%

R = 6.3%
G = 50.74%
B = 42.96%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#118974 (or 0x118974) is known color: Elf Green. HEX triplet: 11, 89 and 74. RGB value is (17,137,116). Sum of RGB (Red+Green+Blue) = 17+137+116=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #118974 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118974 is #EE768B. Grayscale: #626262. Windows color (decimal): -15627916 or 7637265. OLE color: 7637265.

HSL color Cylindrical-coordinate representation of color #118974: hue angle of 169.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118974 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 137 116 -
CMYK 0.88 0 0.15 0.46
HSL 169.5º 0.78% 0.3% -
HSV(B) 169.5º 0.88% 0.54% -
XYZ 12.33 19.27 19.59 -
YUV 98.73 137.74 69.71 -
System Red Green Blue C M Y K H S L
Decimal 17 137 116 0.88 0 0.15 0.46 169.5 0.78 0.3
Hex 11 89 74 58 0 F 2E AA 4E 1E
Octal 21 211 164 130 0 17 56 252 116 36
Binary 10001 10001001 1110100 1011000 0 1111 101110 10101010 1001110 11110

Color Harmonies of #118974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118974

Black with #118974

Text Example


Text Example

White with #118974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118974; }

 p { color: rgb(17,137,116); }

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

background-color css

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

 a { background-color: rgb(17,137,116); }

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

border-color css

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

 span { border-color: rgb(17,137,116); }

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