#05B86A

Color #05B86A Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #05B86A

Tints of Jade #05B86A

Color information

#05B86A (or 0x05B86A) is unknown color: approx Jade. HEX triplet: 05, B8 and 6A. RGB value is (5,184,106). Sum of RGB (Red+Green+Blue) = 5+184+106=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 184 (72.27% from 255 or 62.37% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 184 - color contains mainly: green. Hex color #05B86A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05B86A is #FA4795. Grayscale: #797979. Windows color (decimal): -16402326 or 6993925. OLE color: 6993925.

HSL color Cylindrical-coordinate representation of color #05B86A: hue angle of 153.85º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B86A is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB5184106-
CMYK0.9700.420.28
HSL153.85º94.71%37.06%-
HSV(B)153.85º97.28%72.16%-
XYZ19.835.3519.42-
YUV121.59119.244.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.69%
GREEN value IS 184 (72.27% from 255) = 62.37%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=1.69%
G=62.37%
B=35.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal51841060.9700.420.28153.8594.7137.06
Hex5B86A6102A1C9a5f25
Octal52701521410523423213745
Binary1011011100011010101100001010101011100100110101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05B86A; }

 p { color: rgb(5,184,106); }

 H1.HeaderClassName
 {
   color: #05B86A;
 }
 .AnyTagClassName
 {
   color: #05B86A;
 }
</style>
background-color css

<style>
 a { background-color: #05B86A; }

 a { background-color: rgb(5,184,106); }

 div.DivClassName
 {
   background-color: #05B86A;
 }
 .BgClassName
 {
   background-color: #05B86A;
 }
</style>
border-color css

<style>
 span { border-color: #05B86A; }

 span { border-color: rgb(5,184,106); }

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