#0AA467

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

Shades of Jade #0AA467

Tints of Jade #0AA467

Color information

#0AA467 (or 0x0AA467) is unknown color: approx Jade. HEX triplet: 0A, A4 and 67. RGB value is (10,164,103). Sum of RGB (Red+Green+Blue) = 10+164+103=277 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.61% from 277); Green value is 164 (64.45% from 255 or 59.21% from 277); Blue value is 103 (40.62% from 255 or 37.18% from 277); Max value from RGB is 164 - color contains mainly: green. Hex color #0AA467 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA467 is #F55B98. Grayscale: #6F6F6F. Windows color (decimal): -16079769 or 6792202. OLE color: 6792202.

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

Color convert

RGB10164103-
CMYK0.9400.370.36
HSL156.23º88.51%34.12%-
HSV(B)156.23º93.9%64.31%-
XYZ15.8527.5917.32-
YUV111123.4855.96-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.61%
GREEN value IS 164 (64.45% from 255) = 59.21%
BLUE value IS 103 (40.62% from 255) = 37.18%
R=3.61%
G=59.21%
B=37.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101641030.9400.370.36156.2388.5134.12
HexAA4675E025249c5922
Octal122441471360454423413142
Binary101010100100110011110111100100101100100100111001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,164,103); }

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

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

 a { background-color: rgb(10,164,103); }

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

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

 span { border-color: rgb(10,164,103); }

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