Html Css Color HEX #11A26D Jade

📋 copy color: '#11A26D'

red 17 ◦ green 162 ◦ blue 109

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

Shades of Jade #11A26D

Tints of Jade #11A26D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 56.25%

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

R = 5.9%
G = 56.25%
B = 37.85%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#11A26D (or 0x11A26D) is known color: Jade. HEX triplet: 11, A2 and 6D. RGB value is (17,162,109). Sum of RGB (Red+Green+Blue) = 17+162+109=288 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.90% from 288); Green value is 162 (63.67% from 255 or 56.25% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 162 - color contains mainly: green. Hex color #11A26D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A26D is #EE5D92. Grayscale: #707070. Windows color (decimal): -15621523 or 7184913. OLE color: 7184913.

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

Color convert

RGB 17 162 109 -
CMYK 0.90 0 0.33 0.36
HSL 158.07º 0.81% 0.35% -
HSV(B) 158.07º 0.9% 0.64% -
XYZ 15.91 27.06 18.85 -
YUV 112.6 125.96 59.81 -
System Red Green Blue C M Y K H S L
Decimal 17 162 109 0.90 0 0.33 0.36 158.07 0.81 0.35
Hex 11 A2 6D 5A 0 21 24 9E 51 23
Octal 21 242 155 132 0 41 44 236 121 43
Binary 10001 10100010 1101101 1011010 0 100001 100100 10011110 1010001 100011

Color Harmonies of #11A26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A26D

Black with #11A26D

Text Example


Text Example

White with #11A26D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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