Html Css Color HEX #11A16B Jade

📋 copy color: '#11A16B'

red 17 ◦ green 161 ◦ blue 107

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

Shades of Jade #11A16B

Tints of Jade #11A16B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 56.49%

 BLUE value IS 107 (42.19% from 255) = 37.54%

R = 5.96%
G = 56.49%
B = 37.54%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#11A16B (or 0x11A16B) is known color: Jade. HEX triplet: 11, A1 and 6B. RGB value is (17,161,107). Sum of RGB (Red+Green+Blue) = 17+161+107=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 161 (63.28% from 255 or 56.49% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 161 - color contains mainly: green. Hex color #11A16B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A16B is #EE5E94. Grayscale: #6F6F6F. Windows color (decimal): -15621781 or 7053585. OLE color: 7053585.

HSL color Cylindrical-coordinate representation of color #11A16B: hue angle of 157.5º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11A16B is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 17 161 107 -
CMYK 0.89 0 0.34 0.37
HSL 157.5º 0.81% 0.35% -
HSV(B) 157.5º 0.89% 0.63% -
XYZ 15.63 26.67 18.23 -
YUV 111.79 125.29 60.39 -
System Red Green Blue C M Y K H S L
Decimal 17 161 107 0.89 0 0.34 0.37 157.5 0.81 0.35
Hex 11 A1 6B 59 0 22 25 9E 51 23
Octal 21 241 153 131 0 42 45 236 121 43
Binary 10001 10100001 1101011 1011001 0 100010 100101 10011110 1010001 100011

Color Harmonies of #11A16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A16B

Black with #11A16B

Text Example


Text Example

White with #11A16B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,161,107); }

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

background-color css

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

 a { background-color: rgb(17,161,107); }

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

border-color css

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

 span { border-color: rgb(17,161,107); }

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