#08A269

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

Shades of Jade #08A269

Tints of Jade #08A269

Color information

#08A269 (or 0x08A269) is unknown color: approx Jade. HEX triplet: 08, A2 and 69. RGB value is (8,162,105). Sum of RGB (Red+Green+Blue) = 8+162+105=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 162 (63.67% from 255 or 58.91% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 162 - color contains mainly: green. Hex color #08A269 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A269 is #F75D96. Grayscale: #6D6D6D. Windows color (decimal): -16211351 or 6922760. OLE color: 6922760.

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

Color convert

RGB8162105-
CMYK0.9500.350.36
HSL157.79º90.59%33.33%-
HSV(B)157.79º95.06%63.53%-
XYZ15.5726.9117.74-
YUV109.46125.4855.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.91%
GREEN value IS 162 (63.67% from 255) = 58.91%
BLUE value IS 105 (41.41% from 255) = 38.18%
R=2.91%
G=58.91%
B=38.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81621050.9500.350.36157.7990.5933.33
Hex8A2695F023249e5b21
Octal102421511370434423613341
Binary100010100010110100110111110100011100100100111101011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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