#08B95F

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

Shades of Jade #08B95F

Tints of Jade #08B95F

Color information

#08B95F (or 0x08B95F) is unknown color: approx Jade. HEX triplet: 08, B9 and 5F. RGB value is (8,185,95). Sum of RGB (Red+Green+Blue) = 8+185+95=288 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.78% from 288); Green value is 185 (72.66% from 255 or 64.24% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 185 - color contains mainly: green. Hex color #08B95F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B95F is #F746A0. Grayscale: #7A7A7A. Windows color (decimal): -16205473 or 6273288. OLE color: 6273288.

HSL color Cylindrical-coordinate representation of color #08B95F: hue angle of 149.49º 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 #08B95F is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB818595-
CMYK0.9600.490.27
HSL149.49º91.71%37.84%-
HSV(B)149.49º95.68%72.55%-
XYZ19.5135.5816.66-
YUV121.82112.8646.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.78%
GREEN value IS 185 (72.66% from 255) = 64.24%
BLUE value IS 95 (37.5% from 255) = 32.99%
R=2.78%
G=64.24%
B=32.99%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8185950.9600.490.27149.4991.7137.84
Hex8B95F600311B955c26
Octal102711371400613322513446
Binary10001011100110111111100000011000111011100101011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,185,95); }

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

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

 a { background-color: rgb(8,185,95); }

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

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

 span { border-color: rgb(8,185,95); }

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