Html Css Color HEX #11B06D Jade

📋 copy color: '#11B06D'

red 17 ◦ green 176 ◦ blue 109

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

Shades of Jade #11B06D

Tints of Jade #11B06D

RGB

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

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

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

R = 5.63%
G = 58.28%
B = 36.09%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#11B06D (or 0x11B06D) is known color: Jade. HEX triplet: 11, B0 and 6D. RGB value is (17,176,109). Sum of RGB (Red+Green+Blue) = 17+176+109=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 176 (69.14% from 255 or 58.28% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 176 - color contains mainly: green. Hex color #11B06D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11B06D is #EE4F92. Grayscale: #787878. Windows color (decimal): -15617939 or 7188497. OLE color: 7188497.

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

Color convert

RGB 17 176 109 -
CMYK 0.90 0 0.38 0.31
HSL 154.72º 0.82% 0.38% -
HSV(B) 154.72º 0.9% 0.69% -
XYZ 18.52 32.27 19.72 -
YUV 120.82 121.32 53.95 -
System Red Green Blue C M Y K H S L
Decimal 17 176 109 0.90 0 0.38 0.31 154.72 0.82 0.38
Hex 11 B0 6D 5A 0 26 1F 9B 52 26
Octal 21 260 155 132 0 46 37 233 122 46
Binary 10001 10110000 1101101 1011010 0 100110 11111 10011011 1010010 100110

Color Harmonies of #11B06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B06D

Black with #11B06D

Text Example


Text Example

White with #11B06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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