Html Css Color HEX #11AC75 Jade

📋 copy color: '#11AC75'

red 17 ◦ green 172 ◦ blue 117

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

Shades of Jade #11AC75

Tints of Jade #11AC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.24%

R = 5.56%
G = 56.21%
B = 38.24%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#11AC75 (or 0x11AC75) is known color: Jade. HEX triplet: 11, AC and 75. RGB value is (17,172,117). Sum of RGB (Red+Green+Blue) = 17+172+117=306 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.56% from 306); Green value is 172 (67.58% from 255 or 56.21% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 172 - color contains mainly: green. Hex color #11AC75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AC75 is #EE538A. Grayscale: #777777. Windows color (decimal): -15618955 or 7711761. OLE color: 7711761.

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

Color convert

RGB 17 172 117 -
CMYK 0.90 0 0.32 0.33
HSL 158.71º 0.82% 0.37% -
HSV(B) 158.71º 0.9% 0.67% -
XYZ 18.19 30.91 21.84 -
YUV 119.39 126.65 54.97 -
System Red Green Blue C M Y K H S L
Decimal 17 172 117 0.90 0 0.32 0.33 158.71 0.82 0.37
Hex 11 AC 75 5A 0 20 21 9F 52 25
Octal 21 254 165 132 0 40 41 237 122 45
Binary 10001 10101100 1110101 1011010 0 100000 100001 10011111 1010010 100101

Color Harmonies of #11AC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AC75

Black with #11AC75

Text Example


Text Example

White with #11AC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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