Html Css Color HEX #11AB74 Jade

📋 copy color: '#11AB74'

red 17 ◦ green 171 ◦ blue 116

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

Shades of Jade #11AB74

Tints of Jade #11AB74

RGB

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

 GREEN value IS 171 (67.19% from 255) = 56.25%

 BLUE value IS 116 (45.7% from 255) = 38.16%

R = 5.59%
G = 56.25%
B = 38.16%

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

#11AB74 (or 0x11AB74) is known color: Jade. HEX triplet: 11, AB and 74. RGB value is (17,171,116). Sum of RGB (Red+Green+Blue) = 17+171+116=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 171 (67.19% from 255 or 56.25% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 171 - color contains mainly: green. Hex color #11AB74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AB74 is #EE548B. Grayscale: #767676. Windows color (decimal): -15619212 or 7645969. OLE color: 7645969.

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

Color convert

RGB 17 171 116 -
CMYK 0.90 0 0.32 0.33
HSL 158.57º 0.82% 0.37% -
HSV(B) 158.57º 0.9% 0.67% -
XYZ 17.95 30.51 21.47 -
YUV 118.68 126.48 55.47 -
System Red Green Blue C M Y K H S L
Decimal 17 171 116 0.90 0 0.32 0.33 158.57 0.82 0.37
Hex 11 AB 74 5A 0 20 21 9F 52 25
Octal 21 253 164 132 0 40 41 237 122 45
Binary 10001 10101011 1110100 1011010 0 100000 100001 10011111 1010010 100101

Color Harmonies of #11AB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AB74

Black with #11AB74

Text Example


Text Example

White with #11AB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,171,116); }

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

background-color css

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

 a { background-color: rgb(17,171,116); }

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

border-color css

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

 span { border-color: rgb(17,171,116); }

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