#0AAD91

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

Shades of Persian Green #0AAD91

Tints of Persian Green #0AAD91

Color information

#0AAD91 (or 0x0AAD91) is unknown color: approx Persian Green. HEX triplet: 0A, AD and 91. RGB value is (10,173,145). Sum of RGB (Red+Green+Blue) = 10+173+145=328 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.05% from 328); Green value is 173 (67.97% from 255 or 52.74% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 173 - color contains mainly: green. Hex color #0AAD91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAD91 is #F5526E. Grayscale: #797979. Windows color (decimal): -16077423 or 9547018. OLE color: 9547018.

HSL color Cylindrical-coordinate representation of color #0AAD91: hue angle of 169.69º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAD91 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB10173145-
CMYK0.9400.160.32
HSL169.69º89.07%35.88%-
HSV(B)169.69º94.22%67.84%-
XYZ20.183231.9-
YUV121.07141.548.78-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.05%
GREEN value IS 173 (67.97% from 255) = 52.74%
BLUE value IS 145 (57.03% from 255) = 44.21%
R=3.05%
G=52.74%
B=44.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101731450.9400.160.32169.6989.0735.88
HexAAD915E01020aa5924
Octal122552211360204025213144
Binary101010101101100100011011110010000100000101010101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,173,145); }

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

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

 a { background-color: rgb(10,173,145); }

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

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

 span { border-color: rgb(10,173,145); }

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