#0AAA9E

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

Shades of Persian Green #0AAA9E

Tints of Persian Green #0AAA9E

Color information

#0AAA9E (or 0x0AAA9E) is unknown color: approx Persian Green. HEX triplet: 0A, AA and 9E. RGB value is (10,170,158). Sum of RGB (Red+Green+Blue) = 10+170+158=338 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.96% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAA9E is #F55561. Grayscale: #787878. Windows color (decimal): -16078178 or 10398218. OLE color: 10398218.

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

Color convert

RGB10170158-
CMYK0.9400.070.33
HSL175.5º88.89%35.29%-
HSV(B)175.5º94.12%66.67%-
XYZ20.6731.2837.3-
YUV120.79148.9948.98-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.96%
GREEN value IS 170 (66.80% from 255) = 50.30%
BLUE value IS 158 (62.11% from 255) = 46.75%
R=2.96%
G=50.30%
B=46.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101701580.9400.070.33175.588.8935.29
HexAAA9E5E0721b05923
Octal12252236136074126013143
Binary1010101010101001111010111100111100001101100001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,170,158); }

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

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

 a { background-color: rgb(10,170,158); }

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

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

 span { border-color: rgb(10,170,158); }

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