#00A9A1

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

Shades of Persian Green #00A9A1

Tints of Persian Green #00A9A1

Color information

#00A9A1 (or 0x00A9A1) is unknown color: approx Persian Green. HEX triplet: 00, A9 and A1. RGB value is (0,169,161). Sum of RGB (Red+Green+Blue) = 0+169+161=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 169 (66.41% from 255 or 51.21% from 330); Blue value is 161 (63.28% from 255 or 48.79% from 330); Max value from RGB is 169 - color contains mainly: green. Hex color #00A9A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A9A1 is #FF565E. Grayscale: #757575. Windows color (decimal): -16733791 or 10594560. OLE color: 10594560.

HSL color Cylindrical-coordinate representation of color #00A9A1: hue angle of 177.16º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A9A1 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB0169161-
CMYK100.050.34
HSL177.16º100%33.14%-
HSV(B)177.16º100%66.27%-
XYZ20.6230.9538.61-
YUV117.56152.5144.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 169 (66.41% from 255) = 51.21%
BLUE value IS 161 (63.28% from 255) = 48.79%
R=0%
G=51.21%
B=48.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal0169161100.050.34177.1610033.14
Hex0A9A1640522b16421
Octal0251241144054226114441
Binary0101010011010000111001000101100010101100011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00A9A1; }

 p { color: rgb(0,169,161); }

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

<style>
 a { background-color: #00A9A1; }

 a { background-color: rgb(0,169,161); }

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

<style>
 span { border-color: #00A9A1; }

 span { border-color: rgb(0,169,161); }

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