Html Css Color HEX #11AC66 Jade

📋 copy color: '#11AC66'

red 17 ◦ green 172 ◦ blue 102

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

Shades of Jade #11AC66

Tints of Jade #11AC66

RGB

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

 GREEN value IS 172 (67.58% from 255) = 59.11%

 BLUE value IS 102 (40.23% from 255) = 35.05%

R = 5.84%
G = 59.11%
B = 35.05%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#11AC66 (or 0x11AC66) is known color: Jade. HEX triplet: 11, AC and 66. RGB value is (17,172,102). Sum of RGB (Red+Green+Blue) = 17+172+102=291 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.84% from 291); Green value is 172 (67.58% from 255 or 59.11% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 172 - color contains mainly: green. Hex color #11AC66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AC66 is #EE5399. Grayscale: #757575. Windows color (decimal): -15618970 or 6728721. OLE color: 6728721.

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

Color convert

RGB 17 172 102 -
CMYK 0.90 0 0.41 0.33
HSL 152.9º 0.82% 0.37% -
HSV(B) 152.9º 0.9% 0.67% -
XYZ 17.38 30.58 17.56 -
YUV 117.68 119.15 56.19 -
System Red Green Blue C M Y K H S L
Decimal 17 172 102 0.90 0 0.41 0.33 152.9 0.82 0.37
Hex 11 AC 66 5A 0 29 21 99 52 25
Octal 21 254 146 132 0 51 41 231 122 45
Binary 10001 10101100 1100110 1011010 0 101001 100001 10011001 1010010 100101

Color Harmonies of #11AC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AC66

Black with #11AC66

Text Example


Text Example

White with #11AC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,172,102); }

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

background-color css

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

 a { background-color: rgb(17,172,102); }

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

border-color css

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

 span { border-color: rgb(17,172,102); }

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