Html Css Color HEX #11946D Elf Green

📋 copy color: '#11946D'

red 17 ◦ green 148 ◦ blue 109

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

Shades of Elf Green #11946D

Tints of Elf Green #11946D

RGB

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

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

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

R = 6.2%
G = 54.01%
B = 39.78%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#11946D (or 0x11946D) is known color: Elf Green. HEX triplet: 11, 94 and 6D. RGB value is (17,148,109). Sum of RGB (Red+Green+Blue) = 17+148+109=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #11946D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11946D is #EE6B92. Grayscale: #686868. Windows color (decimal): -15625107 or 7181329. OLE color: 7181329.

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

Color convert

RGB 17 148 109 -
CMYK 0.89 0 0.26 0.42
HSL 162.14º 0.79% 0.32% -
HSV(B) 162.14º 0.89% 0.58% -
XYZ 13.58 22.4 18.08 -
YUV 104.39 130.6 65.67 -
System Red Green Blue C M Y K H S L
Decimal 17 148 109 0.89 0 0.26 0.42 162.14 0.79 0.32
Hex 11 94 6D 59 0 1A 2A A2 4F 20
Octal 21 224 155 131 0 32 52 242 117 40
Binary 10001 10010100 1101101 1011001 0 11010 101010 10100010 1001111 100000

Color Harmonies of #11946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11946D

Black with #11946D

Text Example


Text Example

White with #11946D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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