#08A268

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

Shades of Jade #08A268

Tints of Jade #08A268

Color information

#08A268 (or 0x08A268) is unknown color: approx Jade. HEX triplet: 08, A2 and 68. RGB value is (8,162,104). Sum of RGB (Red+Green+Blue) = 8+162+104=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 162 (63.67% from 255 or 59.12% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 162 - color contains mainly: green. Hex color #08A268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A268 is #F75D97. Grayscale: #6D6D6D. Windows color (decimal): -16211352 or 6857224. OLE color: 6857224.

HSL color Cylindrical-coordinate representation of color #08A268: hue angle of 157.4º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A268 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB8162104-
CMYK0.9500.360.36
HSL157.4º90.59%33.33%-
HSV(B)157.4º95.06%63.53%-
XYZ15.5226.8917.47-
YUV109.34124.9855.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.92%
GREEN value IS 162 (63.67% from 255) = 59.12%
BLUE value IS 104 (41.02% from 255) = 37.96%
R=2.92%
G=59.12%
B=37.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81621040.9500.360.36157.490.5933.33
Hex8A2685F024249d5b21
Octal102421501370444423513341
Binary100010100010110100010111110100100100100100111011011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,162,104); }

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

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

 a { background-color: rgb(8,162,104); }

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

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

 span { border-color: rgb(8,162,104); }

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