Html Css Color HEX #11A865 Jade

📋 copy color: '#11A865'

red 17 ◦ green 168 ◦ blue 101

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

Shades of Jade #11A865

Tints of Jade #11A865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.31%

R = 5.94%
G = 58.74%
B = 35.31%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#11A865 (or 0x11A865) is known color: Jade. HEX triplet: 11, A8 and 65. RGB value is (17,168,101). Sum of RGB (Red+Green+Blue) = 17+168+101=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 168 (66.02% from 255 or 58.74% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 168 - color contains mainly: green. Hex color #11A865 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A865 is #EE579A. Grayscale: #737373. Windows color (decimal): -15619995 or 6662161. OLE color: 6662161.

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

Color convert

RGB 17 168 101 -
CMYK 0.90 0 0.40 0.34
HSL 153.38º 0.82% 0.36% -
HSV(B) 153.38º 0.9% 0.66% -
XYZ 16.58 29.06 17.05 -
YUV 115.21 119.97 57.95 -
System Red Green Blue C M Y K H S L
Decimal 17 168 101 0.90 0 0.40 0.34 153.38 0.82 0.36
Hex 11 A8 65 5A 0 28 22 99 52 24
Octal 21 250 145 132 0 50 42 231 122 44
Binary 10001 10101000 1100101 1011010 0 101000 100010 10011001 1010010 100100

Color Harmonies of #11A865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A865

Black with #11A865

Text Example


Text Example

White with #11A865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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