#08BA75

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

Shades of Jade #08BA75

Tints of Jade #08BA75

Color information

#08BA75 (or 0x08BA75) is unknown color: approx Jade. HEX triplet: 08, BA and 75. RGB value is (8,186,117). Sum of RGB (Red+Green+Blue) = 8+186+117=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 186 (73.05% from 255 or 59.81% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BA75 is #F7458A. Grayscale: #7D7D7D. Windows color (decimal): -16205195 or 7715336. OLE color: 7715336.

HSL color Cylindrical-coordinate representation of color #08BA75: hue angle of 156.74º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BA75 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB8186117-
CMYK0.9600.370.27
HSL156.74º91.75%38.04%-
HSV(B)156.74º95.7%72.94%-
XYZ20.8736.4522.77-
YUV124.91123.5344.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.57%
GREEN value IS 186 (73.05% from 255) = 59.81%
BLUE value IS 117 (46.09% from 255) = 37.62%
R=2.57%
G=59.81%
B=37.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81861170.9600.370.27156.7491.7538.04
Hex8BA75600251B9d5c26
Octal102721651400453323513446
Binary10001011101011101011100000010010111011100111011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08BA75; }

 p { color: rgb(8,186,117); }

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

<style>
 a { background-color: #08BA75; }

 a { background-color: rgb(8,186,117); }

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

<style>
 span { border-color: #08BA75; }

 span { border-color: rgb(8,186,117); }

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