#08A966

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

Shades of Jade #08A966

Tints of Jade #08A966

Color information

#08A966 (or 0x08A966) is unknown color: approx Jade. HEX triplet: 08, A9 and 66. RGB value is (8,169,102). Sum of RGB (Red+Green+Blue) = 8+169+102=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 169 (66.41% from 255 or 60.57% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 169 - color contains mainly: green. Hex color #08A966 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A966 is #F75699. Grayscale: #717171. Windows color (decimal): -16209562 or 6727944. OLE color: 6727944.

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

Color convert

RGB8169102-
CMYK0.9500.400.34
HSL155.03º90.96%34.71%-
HSV(B)155.03º95.27%66.27%-
XYZ16.6929.3917.36-
YUV113.22121.6652.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.87%
GREEN value IS 169 (66.41% from 255) = 60.57%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=2.87%
G=60.57%
B=36.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal81691020.9500.400.34155.0390.9634.71
Hex8A9665F028229b5b23
Octal102511461370504223313343
Binary100010101001110011010111110101000100010100110111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,169,102); }

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

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

 a { background-color: rgb(8,169,102); }

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

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

 span { border-color: rgb(8,169,102); }

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