Html Css Color HEX #11A26C Jade

📋 copy color: '#11A26C'

red 17 ◦ green 162 ◦ blue 108

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

Shades of Jade #11A26C

Tints of Jade #11A26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.63%

R = 5.92%
G = 56.45%
B = 37.63%

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

#11A26C (or 0x11A26C) is known color: Jade. HEX triplet: 11, A2 and 6C. RGB value is (17,162,108). Sum of RGB (Red+Green+Blue) = 17+162+108=287 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.92% from 287); Green value is 162 (63.67% from 255 or 56.45% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 162 - color contains mainly: green. Hex color #11A26C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A26C is #EE5D93. Grayscale: #707070. Windows color (decimal): -15621524 or 7119377. OLE color: 7119377.

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

Color convert

RGB 17 162 108 -
CMYK 0.90 0 0.33 0.36
HSL 157.66º 0.81% 0.35% -
HSV(B) 157.66º 0.9% 0.64% -
XYZ 15.86 27.04 18.57 -
YUV 112.49 125.46 59.89 -
System Red Green Blue C M Y K H S L
Decimal 17 162 108 0.90 0 0.33 0.36 157.66 0.81 0.35
Hex 11 A2 6C 5A 0 21 24 9E 51 23
Octal 21 242 154 132 0 41 44 236 121 43
Binary 10001 10100010 1101100 1011010 0 100001 100100 10011110 1010001 100011

Color Harmonies of #11A26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A26C

Black with #11A26C

Text Example


Text Example

White with #11A26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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