Html Css Color HEX #11A36C Jade

📋 copy color: '#11A36C'

red 17 ◦ green 163 ◦ blue 108

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

Shades of Jade #11A36C

Tints of Jade #11A36C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 56.6%

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

R = 5.9%
G = 56.6%
B = 37.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#11A36C (or 0x11A36C) is known color: Jade. HEX triplet: 11, A3 and 6C. RGB value is (17,163,108). Sum of RGB (Red+Green+Blue) = 17+163+108=288 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.90% from 288); Green value is 163 (64.06% from 255 or 56.60% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 163 - color contains mainly: green. Hex color #11A36C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A36C is #EE5C93. Grayscale: #717171. Windows color (decimal): -15621268 or 7119633. OLE color: 7119633.

HSL color Cylindrical-coordinate representation of color #11A36C: hue angle of 157.4º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A36C is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 163 108 -
CMYK 0.90 0 0.34 0.36
HSL 157.4º 0.81% 0.35% -
HSV(B) 157.4º 0.9% 0.64% -
XYZ 16.04 27.4 18.63 -
YUV 113.08 125.13 59.47 -
System Red Green Blue C M Y K H S L
Decimal 17 163 108 0.90 0 0.34 0.36 157.4 0.81 0.35
Hex 11 A3 6C 5A 0 22 24 9D 51 23
Octal 21 243 154 132 0 42 44 235 121 43
Binary 10001 10100011 1101100 1011010 0 100010 100100 10011101 1010001 100011

Color Harmonies of #11A36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A36C

Black with #11A36C

Text Example


Text Example

White with #11A36C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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