#08A769

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

Shades of Jade #08A769

Tints of Jade #08A769

Color information

#08A769 (or 0x08A769) is unknown color: approx Jade. HEX triplet: 08, A7 and 69. RGB value is (8,167,105). Sum of RGB (Red+Green+Blue) = 8+167+105=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 167 (65.62% from 255 or 59.64% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 167 - color contains mainly: green. Hex color #08A769 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A769 is #F75896. Grayscale: #707070. Windows color (decimal): -16210071 or 6924040. OLE color: 6924040.

HSL color Cylindrical-coordinate representation of color #08A769: hue angle of 156.6º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A769 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB8167105-
CMYK0.9500.370.35
HSL156.6º90.86%34.31%-
HSV(B)156.6º95.21%65.49%-
XYZ16.4728.7118.04-
YUV112.39123.8253.54-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.86%
GREEN value IS 167 (65.62% from 255) = 59.64%
BLUE value IS 105 (41.41% from 255) = 37.5%
R=2.86%
G=59.64%
B=37.5%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal81671050.9500.370.35156.690.8634.31
Hex8A7695F025239d5b22
Octal102471511370454323513342
Binary100010100111110100110111110100101100011100111011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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