Html Css Color HEX #11A863 Jade

📋 copy color: '#11A863'

red 17 ◦ green 168 ◦ blue 99

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

Shades of Jade #11A863

Tints of Jade #11A863

RGB

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

 GREEN value IS 168 (66.02% from 255) = 59.15%

 BLUE value IS 99 (39.06% from 255) = 34.86%

R = 5.99%
G = 59.15%
B = 34.86%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#11A863 (or 0x11A863) is known color: Jade. HEX triplet: 11, A8 and 63. RGB value is (17,168,99). Sum of RGB (Red+Green+Blue) = 17+168+99=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 168 (66.02% from 255 or 59.15% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 168 - color contains mainly: green. Hex color #11A863 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A863 is #EE579C. Grayscale: #737373. Windows color (decimal): -15619997 or 6531089. OLE color: 6531089.

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

Color convert

RGB 17 168 99 -
CMYK 0.90 0 0.41 0.34
HSL 152.58º 0.82% 0.36% -
HSV(B) 152.58º 0.9% 0.66% -
XYZ 16.49 29.03 16.54 -
YUV 114.99 118.97 58.11 -
System Red Green Blue C M Y K H S L
Decimal 17 168 99 0.90 0 0.41 0.34 152.58 0.82 0.36
Hex 11 A8 63 5A 0 29 22 99 52 24
Octal 21 250 143 132 0 51 42 231 122 44
Binary 10001 10101000 1100011 1011010 0 101001 100010 10011001 1010010 100100

Color Harmonies of #11A863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A863

Black with #11A863

Text Example


Text Example

White with #11A863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,168,99); }

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

background-color css

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

 a { background-color: rgb(17,168,99); }

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

border-color css

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

 span { border-color: rgb(17,168,99); }

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