#0AA568

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

Shades of Jade #0AA568

Tints of Jade #0AA568

Color information

#0AA568 (or 0x0AA568) is unknown color: approx Jade. HEX triplet: 0A, A5 and 68. RGB value is (10,165,104). Sum of RGB (Red+Green+Blue) = 10+165+104=279 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.58% from 279); Green value is 165 (64.84% from 255 or 59.14% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 165 - color contains mainly: green. Hex color #0AA568 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA568 is #F55A97. Grayscale: #6F6F6F. Windows color (decimal): -16079512 or 6857994. OLE color: 6857994.

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

Color convert

RGB10165104-
CMYK0.9400.370.35
HSL156.39º88.57%34.31%-
HSV(B)156.39º93.94%64.71%-
XYZ16.0827.9717.65-
YUV111.7123.6555.46-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.58%
GREEN value IS 165 (64.84% from 255) = 59.14%
BLUE value IS 104 (41.02% from 255) = 37.28%
R=3.58%
G=59.14%
B=37.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101651040.9400.370.35156.3988.5734.31
HexAA5685E025239c5922
Octal122451501360454323413142
Binary101010100101110100010111100100101100011100111001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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