#0AA188

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

Shades of Persian Green #0AA188

Tints of Persian Green #0AA188

Color information

#0AA188 (or 0x0AA188) is unknown color: approx Persian Green. HEX triplet: 0A, A1 and 88. RGB value is (10,161,136). Sum of RGB (Red+Green+Blue) = 10+161+136=307 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.26% from 307); Green value is 161 (63.28% from 255 or 52.44% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 161 - color contains mainly: green. Hex color #0AA188 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA188 is #F55E77. Grayscale: #707070. Windows color (decimal): -16080504 or 8954122. OLE color: 8954122.

HSL color Cylindrical-coordinate representation of color #0AA188: hue angle of 170.07º 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 #0AA188 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB10161136-
CMYK0.9400.160.37
HSL170.07º88.3%33.53%-
HSV(B)170.07º93.79%63.14%-
XYZ17.3127.3327.66-
YUV113140.9754.53-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.26%
GREEN value IS 161 (63.28% from 255) = 52.44%
BLUE value IS 136 (53.52% from 255) = 44.30%
R=3.26%
G=52.44%
B=44.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal101611360.9400.160.37170.0788.333.53
HexAA1885E01025aa5822
Octal122412101360204525213042
Binary101010100001100010001011110010000100101101010101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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