#0AA868

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

Shades of Jade #0AA868

Tints of Jade #0AA868

Color information

#0AA868 (or 0x0AA868) is unknown color: approx Jade. HEX triplet: 0A, A8 and 68. RGB value is (10,168,104). Sum of RGB (Red+Green+Blue) = 10+168+104=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 168 (66.02% from 255 or 59.57% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 168 - color contains mainly: green. Hex color #0AA868 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA868 is #F55797. Grayscale: #717171. Windows color (decimal): -16078744 or 6858762. OLE color: 6858762.

HSL color Cylindrical-coordinate representation of color #0AA868: hue angle of 155.7º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA868 is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB10168104-
CMYK0.9400.380.34
HSL155.7º88.76%34.9%-
HSV(B)155.7º94.05%65.88%-
XYZ16.6329.0717.83-
YUV113.46122.6554.2-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.55%
GREEN value IS 168 (66.02% from 255) = 59.57%
BLUE value IS 104 (41.02% from 255) = 36.88%
R=3.55%
G=59.57%
B=36.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal101681040.9400.380.34155.788.7634.9
HexAA8685E026229c5923
Octal122501501360464223413143
Binary101010101000110100010111100100110100010100111001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AA868; }

 p { color: rgb(10,168,104); }

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

<style>
 a { background-color: #0AA868; }

 a { background-color: rgb(10,168,104); }

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

<style>
 span { border-color: #0AA868; }

 span { border-color: rgb(10,168,104); }

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