#03AE9A

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

Shades of Persian Green #03AE9A

Tints of Persian Green #03AE9A

Color information

#03AE9A (or 0x03AE9A) is unknown color: approx Persian Green. HEX triplet: 03, AE and 9A. RGB value is (3,174,154). Sum of RGB (Red+Green+Blue) = 3+174+154=331 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 331); Green value is 174 (68.36% from 255 or 52.57% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 174 - color contains mainly: green. Hex color #03AE9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03AE9A is #FC5165. Grayscale: #787878. Windows color (decimal): -16535910 or 10137091. OLE color: 10137091.

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

Color convert

RGB3174154-
CMYK0.9800.110.32
HSL172.98º96.61%34.71%-
HSV(B)172.98º98.28%68.24%-
XYZ21.0132.6235.76-
YUV120.59146.8544.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.91%
GREEN value IS 174 (68.36% from 255) = 52.57%
BLUE value IS 154 (60.55% from 255) = 46.53%
R=0.91%
G=52.57%
B=46.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31741540.9800.110.32172.9896.6134.71
Hex3AE9A620B20ad6123
Octal32562321420134025514143
Binary111010111010011010110001001011100000101011011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03AE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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