Html Css Color HEX #11A46D Jade

📋 copy color: '#11A46D'

red 17 ◦ green 164 ◦ blue 109

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

Shades of Jade #11A46D

Tints of Jade #11A46D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 56.55%

 BLUE value IS 109 (42.97% from 255) = 37.59%

R = 5.86%
G = 56.55%
B = 37.59%

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

#11A46D (or 0x11A46D) is known color: Jade. HEX triplet: 11, A4 and 6D. RGB value is (17,164,109). Sum of RGB (Red+Green+Blue) = 17+164+109=290 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.86% from 290); Green value is 164 (64.45% from 255 or 56.55% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 164 - color contains mainly: green. Hex color #11A46D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A46D is #EE5B92. Grayscale: #717171. Windows color (decimal): -15621011 or 7185425. OLE color: 7185425.

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

Color convert

RGB 17 164 109 -
CMYK 0.90 0 0.34 0.36
HSL 157.55º 0.81% 0.35% -
HSV(B) 157.55º 0.9% 0.64% -
XYZ 16.27 27.77 18.97 -
YUV 113.78 125.3 58.97 -
System Red Green Blue C M Y K H S L
Decimal 17 164 109 0.90 0 0.34 0.36 157.55 0.81 0.35
Hex 11 A4 6D 5A 0 22 24 9E 51 23
Octal 21 244 155 132 0 42 44 236 121 43
Binary 10001 10100100 1101101 1011010 0 100010 100100 10011110 1010001 100011

Color Harmonies of #11A46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A46D

Black with #11A46D

Text Example


Text Example

White with #11A46D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,164,109); }

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

background-color css

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

 a { background-color: rgb(17,164,109); }

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

border-color css

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

 span { border-color: rgb(17,164,109); }

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