Html Css Color HEX #11B86B Jade

📋 copy color: '#11B86B'

red 17 ◦ green 184 ◦ blue 107

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

Shades of Jade #11B86B

Tints of Jade #11B86B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 59.74%

 BLUE value IS 107 (42.19% from 255) = 34.74%

R = 5.52%
G = 59.74%
B = 34.74%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#11B86B (or 0x11B86B) is known color: Jade. HEX triplet: 11, B8 and 6B. RGB value is (17,184,107). Sum of RGB (Red+Green+Blue) = 17+184+107=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 184 (72.27% from 255 or 59.74% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 184 - color contains mainly: green. Hex color #11B86B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11B86B is #EE4794. Grayscale: #7D7D7D. Windows color (decimal): -15615893 or 7059473. OLE color: 7059473.

HSL color Cylindrical-coordinate representation of color #11B86B: hue angle of 152.34º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B86B is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 17 184 107 -
CMYK 0.91 0 0.42 0.28
HSL 152.34º 0.83% 0.39% -
HSV(B) 152.34º 0.91% 0.72% -
XYZ 20.03 35.46 19.7 -
YUV 125.29 117.67 50.76 -
System Red Green Blue C M Y K H S L
Decimal 17 184 107 0.91 0 0.42 0.28 152.34 0.83 0.39
Hex 11 B8 6B 5B 0 2A 1C 98 53 27
Octal 21 270 153 133 0 52 34 230 123 47
Binary 10001 10111000 1101011 1011011 0 101010 11100 10011000 1010011 100111

Color Harmonies of #11B86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B86B

Black with #11B86B

Text Example


Text Example

White with #11B86B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,184,107); }

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

background-color css

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

 a { background-color: rgb(17,184,107); }

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

border-color css

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

 span { border-color: rgb(17,184,107); }

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