#08B864

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

Shades of Jade #08B864

Tints of Jade #08B864

Color information

#08B864 (or 0x08B864) is unknown color: approx Jade. HEX triplet: 08, B8 and 64. RGB value is (8,184,100). Sum of RGB (Red+Green+Blue) = 8+184+100=292 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.74% from 292); Green value is 184 (72.27% from 255 or 63.01% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 184 - color contains mainly: green. Hex color #08B864 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B864 is #F7479B. Grayscale: #797979. Windows color (decimal): -16205724 or 6600712. OLE color: 6600712.

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

Color convert

RGB8184100-
CMYK0.9600.460.28
HSL151.36º91.67%37.65%-
HSV(B)151.36º95.65%72.16%-
XYZ19.5435.2517.83-
YUV121.8115.6946.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.74%
GREEN value IS 184 (72.27% from 255) = 63.01%
BLUE value IS 100 (39.45% from 255) = 34.25%
R=2.74%
G=63.01%
B=34.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal81841000.9600.460.28151.3691.6737.65
Hex8B8646002E1C975c26
Octal102701441400563422713446
Binary10001011100011001001100000010111011100100101111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,184,100); }

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

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

 a { background-color: rgb(8,184,100); }

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

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

 span { border-color: rgb(8,184,100); }

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