Html Css Color HEX #11A16C Jade

📋 copy color: '#11A16C'

red 17 ◦ green 161 ◦ blue 108

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

Shades of Jade #11A16C

Tints of Jade #11A16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.76%

R = 5.94%
G = 56.29%
B = 37.76%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#11A16C (or 0x11A16C) is known color: Jade. HEX triplet: 11, A1 and 6C. RGB value is (17,161,108). Sum of RGB (Red+Green+Blue) = 17+161+108=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 161 (63.28% from 255 or 56.29% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 161 - color contains mainly: green. Hex color #11A16C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A16C is #EE5E93. Grayscale: #6F6F6F. Windows color (decimal): -15621780 or 7119121. OLE color: 7119121.

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

Color convert

RGB 17 161 108 -
CMYK 0.89 0 0.33 0.37
HSL 157.92º 0.81% 0.35% -
HSV(B) 157.92º 0.89% 0.63% -
XYZ 15.68 26.69 18.51 -
YUV 111.9 125.79 60.31 -
System Red Green Blue C M Y K H S L
Decimal 17 161 108 0.89 0 0.33 0.37 157.92 0.81 0.35
Hex 11 A1 6C 59 0 21 25 9E 51 23
Octal 21 241 154 131 0 41 45 236 121 43
Binary 10001 10100001 1101100 1011001 0 100001 100101 10011110 1010001 100011

Color Harmonies of #11A16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A16C

Black with #11A16C

Text Example


Text Example

White with #11A16C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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