#0AA189

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

Shades of Persian Green #0AA189

Tints of Persian Green #0AA189

Color information

#0AA189 (or 0x0AA189) is unknown color: approx Persian Green. HEX triplet: 0A, A1 and 89. RGB value is (10,161,137). Sum of RGB (Red+Green+Blue) = 10+161+137=308 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.25% from 308); Green value is 161 (63.28% from 255 or 52.27% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 161 - color contains mainly: green. Hex color #0AA189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA189 is #F55E76. Grayscale: #717171. Windows color (decimal): -16080503 or 9019658. OLE color: 9019658.

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

Color convert

RGB10161137-
CMYK0.9400.150.37
HSL170.46º88.3%33.53%-
HSV(B)170.46º93.79%63.14%-
XYZ17.3927.3628.03-
YUV113.11141.4754.45-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.25%
GREEN value IS 161 (63.28% from 255) = 52.27%
BLUE value IS 137 (53.91% from 255) = 44.48%
R=3.25%
G=52.27%
B=44.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal101611370.9400.150.37170.4688.333.53
HexAA1895E0F25aa5822
Octal122412111360174525213042
Binary10101010000110001001101111001111100101101010101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,161,137); }

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

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

 a { background-color: rgb(10,161,137); }

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

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

 span { border-color: rgb(10,161,137); }

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