Html Css Color HEX #11A16D Jade

📋 copy color: '#11A16D'

red 17 ◦ green 161 ◦ blue 109

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

Shades of Jade #11A16D

Tints of Jade #11A16D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 56.1%

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

R = 5.92%
G = 56.1%
B = 37.98%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#11A16D (or 0x11A16D) is known color: Jade. HEX triplet: 11, A1 and 6D. RGB value is (17,161,109). Sum of RGB (Red+Green+Blue) = 17+161+109=287 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.92% from 287); Green value is 161 (63.28% from 255 or 56.10% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 161 - color contains mainly: green. Hex color #11A16D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A16D is #EE5E92. Grayscale: #707070. Windows color (decimal): -15621779 or 7184657. OLE color: 7184657.

HSL color Cylindrical-coordinate representation of color #11A16D: hue angle of 158.33º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11A16D is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 17 161 109 -
CMYK 0.89 0 0.32 0.37
HSL 158.33º 0.81% 0.35% -
HSV(B) 158.33º 0.89% 0.63% -
XYZ 15.74 26.71 18.79 -
YUV 112.02 126.29 60.23 -
System Red Green Blue C M Y K H S L
Decimal 17 161 109 0.89 0 0.32 0.37 158.33 0.81 0.35
Hex 11 A1 6D 59 0 20 25 9E 51 23
Octal 21 241 155 131 0 40 45 236 121 43
Binary 10001 10100001 1101101 1011001 0 100000 100101 10011110 1010001 100011

Color Harmonies of #11A16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A16D

Black with #11A16D

Text Example


Text Example

White with #11A16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11A16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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