Html Css Color HEX #11B071 Jade

📋 copy color: '#11B071'

red 17 ◦ green 176 ◦ blue 113

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

Shades of Jade #11B071

Tints of Jade #11B071

RGB

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

 GREEN value IS 176 (69.14% from 255) = 57.52%

 BLUE value IS 113 (44.53% from 255) = 36.93%

R = 5.56%
G = 57.52%
B = 36.93%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#11B071 (or 0x11B071) is known color: Jade. HEX triplet: 11, B0 and 71. RGB value is (17,176,113). Sum of RGB (Red+Green+Blue) = 17+176+113=306 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.56% from 306); Green value is 176 (69.14% from 255 or 57.52% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 176 - color contains mainly: green. Hex color #11B071 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11B071 is #EE4F8E. Grayscale: #797979. Windows color (decimal): -15617935 or 7450641. OLE color: 7450641.

HSL color Cylindrical-coordinate representation of color #11B071: hue angle of 156.23º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B071 is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 176 113 -
CMYK 0.90 0 0.36 0.31
HSL 156.23º 0.82% 0.38% -
HSV(B) 156.23º 0.9% 0.69% -
XYZ 18.74 32.36 20.88 -
YUV 121.28 123.32 53.62 -
System Red Green Blue C M Y K H S L
Decimal 17 176 113 0.90 0 0.36 0.31 156.23 0.82 0.38
Hex 11 B0 71 5A 0 24 1F 9C 52 26
Octal 21 260 161 132 0 44 37 234 122 46
Binary 10001 10110000 1110001 1011010 0 100100 11111 10011100 1010010 100110

Color Harmonies of #11B071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B071

Black with #11B071

Text Example


Text Example

White with #11B071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,176,113); }

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

background-color css

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

 a { background-color: rgb(17,176,113); }

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

border-color css

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

 span { border-color: rgb(17,176,113); }

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