Html Css Color HEX #11946F Elf Green

📋 copy color: '#11946F'

red 17 ◦ green 148 ◦ blue 111

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

Shades of Elf Green #11946F

Tints of Elf Green #11946F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.22%

R = 6.16%
G = 53.62%
B = 40.22%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#11946F (or 0x11946F) is known color: Elf Green. HEX triplet: 11, 94 and 6F. RGB value is (17,148,111). Sum of RGB (Red+Green+Blue) = 17+148+111=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #11946F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11946F is #EE6B90. Grayscale: #686868. Windows color (decimal): -15625105 or 7312401. OLE color: 7312401.

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

Color convert

RGB 17 148 111 -
CMYK 0.89 0 0.25 0.42
HSL 163.05º 0.79% 0.32% -
HSV(B) 163.05º 0.89% 0.58% -
XYZ 13.69 22.45 18.65 -
YUV 104.61 131.6 65.51 -
System Red Green Blue C M Y K H S L
Decimal 17 148 111 0.89 0 0.25 0.42 163.05 0.79 0.32
Hex 11 94 6F 59 0 19 2A A3 4F 20
Octal 21 224 157 131 0 31 52 243 117 40
Binary 10001 10010100 1101111 1011001 0 11001 101010 10100011 1001111 100000

Color Harmonies of #11946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11946F

Black with #11946F

Text Example


Text Example

White with #11946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11946F; }

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

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

background-color css

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

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

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

border-color css

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

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

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