Html Css Color HEX #11AA71 Jade

📋 copy color: '#11AA71'

red 17 ◦ green 170 ◦ blue 113

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

Shades of Jade #11AA71

Tints of Jade #11AA71

RGB

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

 GREEN value IS 170 (66.8% from 255) = 56.67%

 BLUE value IS 113 (44.53% from 255) = 37.67%

R = 5.67%
G = 56.67%
B = 37.67%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#11AA71 (or 0x11AA71) is known color: Jade. HEX triplet: 11, AA and 71. RGB value is (17,170,113). Sum of RGB (Red+Green+Blue) = 17+170+113=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 170 (66.80% from 255 or 56.67% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AA71 is #EE558E. Grayscale: #757575. Windows color (decimal): -15619471 or 7449105. OLE color: 7449105.

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

Color convert

RGB 17 170 113 -
CMYK 0.9 0 0.34 0.33
HSL 157.65º 0.82% 0.37% -
HSV(B) 157.65º 0.9% 0.67% -
XYZ 17.59 30.06 20.5 -
YUV 117.76 125.31 56.13 -
System Red Green Blue C M Y K H S L
Decimal 17 170 113 0.9 0 0.34 0.33 157.65 0.82 0.37
Hex 11 AA 71 5A 0 22 21 9E 52 25
Octal 21 252 161 132 0 42 41 236 122 45
Binary 10001 10101010 1110001 1011010 0 100010 100001 10011110 1010010 100101

Color Harmonies of #11AA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AA71

Black with #11AA71

Text Example


Text Example

White with #11AA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,170,113); }

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

background-color css

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

 a { background-color: rgb(17,170,113); }

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

border-color css

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

 span { border-color: rgb(17,170,113); }

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