#08A267

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

Shades of Jade #08A267

Tints of Jade #08A267

Color information

#08A267 (or 0x08A267) is unknown color: approx Jade. HEX triplet: 08, A2 and 67. RGB value is (8,162,103). Sum of RGB (Red+Green+Blue) = 8+162+103=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 162 (63.67% from 255 or 59.34% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 162 - color contains mainly: green. Hex color #08A267 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A267 is #F75D98. Grayscale: #6D6D6D. Windows color (decimal): -16211353 or 6791688. OLE color: 6791688.

HSL color Cylindrical-coordinate representation of color #08A267: hue angle of 157.01º 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 #08A267 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB8162103-
CMYK0.9500.360.36
HSL157.01º90.59%33.33%-
HSV(B)157.01º95.06%63.53%-
XYZ15.4726.8717.2-
YUV109.23124.4855.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.93%
GREEN value IS 162 (63.67% from 255) = 59.34%
BLUE value IS 103 (40.62% from 255) = 37.73%
R=2.93%
G=59.34%
B=37.73%

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
Decimal81621030.9500.360.36157.0190.5933.33
Hex8A2675F024249d5b21
Octal102421471370444423513341
Binary100010100010110011110111110100100100100100111011011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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