#0AA998

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

Shades of Persian Green #0AA998

Tints of Persian Green #0AA998

Color information

#0AA998 (or 0x0AA998) is unknown color: approx Persian Green. HEX triplet: 0A, A9 and 98. RGB value is (10,169,152). Sum of RGB (Red+Green+Blue) = 10+169+152=331 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.02% from 331); Green value is 169 (66.41% from 255 or 51.06% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 169 - color contains mainly: green. Hex color #0AA998 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA998 is #F55667. Grayscale: #777777. Windows color (decimal): -16078440 or 10004746. OLE color: 10004746.

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

Color convert

RGB10169152-
CMYK0.9400.100.34
HSL173.58º88.83%35.1%-
HSV(B)173.58º94.08%66.27%-
XYZ19.9830.7134.58-
YUV119.52146.3249.88-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.02%
GREEN value IS 169 (66.41% from 255) = 51.06%
BLUE value IS 152 (59.77% from 255) = 45.92%
R=3.02%
G=51.06%
B=45.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal101691520.9400.100.34173.5888.8335.1
HexAA9985E0A22ae5923
Octal122512301360124225613143
Binary10101010100110011000101111001010100010101011101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,169,152); }

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

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

 a { background-color: rgb(10,169,152); }

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

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

 span { border-color: rgb(10,169,152); }

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