Html Css Color HEX #118964 Elf Green

📋 copy color: '#118964'

red 17 ◦ green 137 ◦ blue 100

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

Shades of Elf Green #118964

Tints of Elf Green #118964

RGB

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

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

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

R = 6.69%
G = 53.94%
B = 39.37%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#118964 (or 0x118964) is known color: Elf Green. HEX triplet: 11, 89 and 64. RGB value is (17,137,100). Sum of RGB (Red+Green+Blue) = 17+137+100=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 100 (39.45% from 255 or 39.37% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #118964 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118964 is #EE769B. Grayscale: #606060. Windows color (decimal): -15627932 or 6588689. OLE color: 6588689.

HSL color Cylindrical-coordinate representation of color #118964: hue angle of 161.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 #118964 is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 137 100 -
CMYK 0.88 0 0.27 0.46
HSL 161.5º 0.78% 0.3% -
HSV(B) 161.5º 0.88% 0.54% -
XYZ 11.48 18.93 15.11 -
YUV 96.9 129.74 71.01 -
System Red Green Blue C M Y K H S L
Decimal 17 137 100 0.88 0 0.27 0.46 161.5 0.78 0.3
Hex 11 89 64 58 0 1B 2E A2 4E 1E
Octal 21 211 144 130 0 33 56 242 116 36
Binary 10001 10001001 1100100 1011000 0 11011 101110 10100010 1001110 11110

Color Harmonies of #118964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118964

Black with #118964

Text Example


Text Example

White with #118964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118964; }

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

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

background-color css

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

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

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

border-color css

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

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

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