#00AE9A

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

Shades of Persian Green #00AE9A

Tints of Persian Green #00AE9A

Color information

#00AE9A (or 0x00AE9A) is unknown color: approx Persian Green. HEX triplet: 00, AE and 9A. RGB value is (0,174,154). Sum of RGB (Red+Green+Blue) = 0+174+154=328 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 328); Green value is 174 (68.36% from 255 or 53.05% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 174 - color contains mainly: green. Hex color #00AE9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AE9A is #FF5165. Grayscale: #777777. Windows color (decimal): -16732518 or 10137088. OLE color: 10137088.

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

Color convert

RGB0174154-
CMYK100.110.32
HSL173.1º100%34.12%-
HSV(B)173.1º100%68.24%-
XYZ20.9732.6135.76-
YUV119.69147.3542.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 174 (68.36% from 255) = 53.05%
BLUE value IS 154 (60.55% from 255) = 46.95%
R=0%
G=53.05%
B=46.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal0174154100.110.32173.110034.12
Hex0AE9A640B20ad6422
Octal02562321440134025514442
Binary01010111010011010110010001011100000101011011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,174,154); }

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

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

 a { background-color: rgb(0,174,154); }

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

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

 span { border-color: rgb(0,174,154); }

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