Html Css Color HEX #11A96D Jade

📋 copy color: '#11A96D'

red 17 ◦ green 169 ◦ blue 109

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

Shades of Jade #11A96D

Tints of Jade #11A96D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 57.29%

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

R = 5.76%
G = 57.29%
B = 36.95%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#11A96D (or 0x11A96D) is known color: Jade. HEX triplet: 11, A9 and 6D. RGB value is (17,169,109). Sum of RGB (Red+Green+Blue) = 17+169+109=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 169 (66.41% from 255 or 57.29% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 169 - color contains mainly: green. Hex color #11A96D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A96D is #EE5692. Grayscale: #747474. Windows color (decimal): -15619731 or 7186705. OLE color: 7186705.

HSL color Cylindrical-coordinate representation of color #11A96D: hue angle of 156.32º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A96D is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 17 169 109 -
CMYK 0.90 0 0.36 0.34
HSL 156.32º 0.82% 0.36% -
HSV(B) 156.32º 0.9% 0.66% -
XYZ 17.18 29.6 19.28 -
YUV 116.71 123.64 56.88 -
System Red Green Blue C M Y K H S L
Decimal 17 169 109 0.90 0 0.36 0.34 156.32 0.82 0.36
Hex 11 A9 6D 5A 0 24 22 9C 52 24
Octal 21 251 155 132 0 44 42 234 122 44
Binary 10001 10101001 1101101 1011010 0 100100 100010 10011100 1010010 100100

Color Harmonies of #11A96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A96D

Black with #11A96D

Text Example


Text Example

White with #11A96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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