Html Css Color HEX #11916D Elf Green

📋 copy color: '#11916D'

red 17 ◦ green 145 ◦ blue 109

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

Shades of Elf Green #11916D

Tints of Elf Green #11916D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 53.51%

 BLUE value IS 109 (42.97% from 255) = 40.22%

R = 6.27%
G = 53.51%
B = 40.22%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#11916D (or 0x11916D) is known color: Elf Green. HEX triplet: 11, 91 and 6D. RGB value is (17,145,109). Sum of RGB (Red+Green+Blue) = 17+145+109=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 145 (57.03% from 255 or 53.51% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 145 - color contains mainly: green. Hex color #11916D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11916D is #EE6E92. Grayscale: #666666. Windows color (decimal): -15625875 or 7180561. OLE color: 7180561.

HSL color Cylindrical-coordinate representation of color #11916D: hue angle of 163.12º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11916D is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 145 109 -
CMYK 0.88 0 0.25 0.43
HSL 163.13º 0.79% 0.32% -
HSV(B) 163.13º 0.88% 0.57% -
XYZ 13.12 21.47 17.92 -
YUV 102.62 131.59 66.93 -
System Red Green Blue C M Y K H S L
Decimal 17 145 109 0.88 0 0.25 0.43 163.13 0.79 0.32
Hex 11 91 6D 58 0 19 2B A3 4F 20
Octal 21 221 155 130 0 31 53 243 117 40
Binary 10001 10010001 1101101 1011000 0 11001 101011 10100011 1001111 100000

Color Harmonies of #11916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11916D

Black with #11916D

Text Example


Text Example

White with #11916D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11916D; }

 p { color: rgb(17,145,109); }

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

background-color css

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

 a { background-color: rgb(17,145,109); }

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

border-color css

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

 span { border-color: rgb(17,145,109); }

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