Html Css Color HEX #11A864 Jade

📋 copy color: '#11A864'

red 17 ◦ green 168 ◦ blue 100

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

Shades of Jade #11A864

Tints of Jade #11A864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.09%

R = 5.96%
G = 58.95%
B = 35.09%

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

#11A864 (or 0x11A864) is known color: Jade. HEX triplet: 11, A8 and 64. RGB value is (17,168,100). Sum of RGB (Red+Green+Blue) = 17+168+100=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 168 (66.02% from 255 or 58.95% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 168 - color contains mainly: green. Hex color #11A864 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A864 is #EE579B. Grayscale: #737373. Windows color (decimal): -15619996 or 6596625. OLE color: 6596625.

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

Color convert

RGB 17 168 100 -
CMYK 0.90 0 0.40 0.34
HSL 152.98º 0.82% 0.36% -
HSV(B) 152.98º 0.9% 0.66% -
XYZ 16.53 29.04 16.79 -
YUV 115.1 119.47 58.03 -
System Red Green Blue C M Y K H S L
Decimal 17 168 100 0.90 0 0.40 0.34 152.98 0.82 0.36
Hex 11 A8 64 5A 0 28 22 99 52 24
Octal 21 250 144 132 0 50 42 231 122 44
Binary 10001 10101000 1100100 1011010 0 101000 100010 10011001 1010010 100100

Color Harmonies of #11A864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A864

Black with #11A864

Text Example


Text Example

White with #11A864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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