Html Css Color HEX #11946C Elf Green

📋 copy color: '#11946C'

red 17 ◦ green 148 ◦ blue 108

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

Shades of Elf Green #11946C

Tints of Elf Green #11946C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.56%

R = 6.23%
G = 54.21%
B = 39.56%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#11946C (or 0x11946C) is known color: Elf Green. HEX triplet: 11, 94 and 6C. RGB value is (17,148,108). Sum of RGB (Red+Green+Blue) = 17+148+108=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #11946C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11946C is #EE6B93. Grayscale: #686868. Windows color (decimal): -15625108 or 7115793. OLE color: 7115793.

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

Color convert

RGB 17 148 108 -
CMYK 0.89 0 0.27 0.42
HSL 161.68º 0.79% 0.32% -
HSV(B) 161.68º 0.89% 0.58% -
XYZ 13.53 22.38 17.79 -
YUV 104.27 130.1 65.75 -
System Red Green Blue C M Y K H S L
Decimal 17 148 108 0.89 0 0.27 0.42 161.68 0.79 0.32
Hex 11 94 6C 59 0 1B 2A A2 4F 20
Octal 21 224 154 131 0 33 52 242 117 40
Binary 10001 10010100 1101100 1011001 0 11011 101010 10100010 1001111 100000

Color Harmonies of #11946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11946C

Black with #11946C

Text Example


Text Example

White with #11946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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