Html Css Color HEX #11AA65 Jade

📋 copy color: '#11AA65'

red 17 ◦ green 170 ◦ blue 101

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

Shades of Jade #11AA65

Tints of Jade #11AA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.07%

R = 5.9%
G = 59.03%
B = 35.07%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#11AA65 (or 0x11AA65) is known color: Jade. HEX triplet: 11, AA and 65. RGB value is (17,170,101). Sum of RGB (Red+Green+Blue) = 17+170+101=288 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.90% from 288); Green value is 170 (66.80% from 255 or 59.03% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AA65 is #EE559A. Grayscale: #747474. Windows color (decimal): -15619483 or 6662673. OLE color: 6662673.

HSL color Cylindrical-coordinate representation of color #11AA65: hue angle of 152.94º 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 #11AA65 is Cyan = 0.9, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 170 101 -
CMYK 0.9 0 0.41 0.33
HSL 152.94º 0.82% 0.37% -
HSV(B) 152.94º 0.9% 0.67% -
XYZ 16.95 29.81 17.17 -
YUV 116.39 119.31 57.11 -
System Red Green Blue C M Y K H S L
Decimal 17 170 101 0.9 0 0.41 0.33 152.94 0.82 0.37
Hex 11 AA 65 5A 0 29 21 99 52 25
Octal 21 252 145 132 0 51 41 231 122 45
Binary 10001 10101010 1100101 1011010 0 101001 100001 10011001 1010010 100101

Color Harmonies of #11AA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AA65

Black with #11AA65

Text Example


Text Example

White with #11AA65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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