#0AA095

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

Shades of Persian Green #0AA095

Tints of Persian Green #0AA095

Color information

#0AA095 (or 0x0AA095) is unknown color: approx Persian Green. HEX triplet: 0A, A0 and 95. RGB value is (10,160,149). Sum of RGB (Red+Green+Blue) = 10+160+149=319 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.13% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA095 is #F55F6A. Grayscale: #717171. Windows color (decimal): -16080747 or 9805834. OLE color: 9805834.

HSL color Cylindrical-coordinate representation of color #0AA095: hue angle of 175.6º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA095 is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB10160149-
CMYK0.9400.070.37
HSL175.6º88.24%33.33%-
HSV(B)175.6º93.75%62.75%-
XYZ18.1227.3832.76-
YUV113.9147.853.89-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.13%
GREEN value IS 160 (62.89% from 255) = 50.16%
BLUE value IS 149 (58.59% from 255) = 46.71%
R=3.13%
G=50.16%
B=46.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal101601490.9400.070.37175.688.2433.33
HexAA0955E0725b05821
Octal12240225136074526013041
Binary1010101000001001010110111100111100101101100001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,160,149); }

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

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

 a { background-color: rgb(10,160,149); }

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

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

 span { border-color: rgb(10,160,149); }

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