#03AA90

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

Shades of Persian Green #03AA90

Tints of Persian Green #03AA90

Color information

#03AA90 (or 0x03AA90) is unknown color: approx Persian Green. HEX triplet: 03, AA and 90. RGB value is (3,170,144). Sum of RGB (Red+Green+Blue) = 3+170+144=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 170 (66.80% from 255 or 53.63% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 170 - color contains mainly: green. Hex color #03AA90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03AA90 is #FC556F. Grayscale: #757575. Windows color (decimal): -16536944 or 9480707. OLE color: 9480707.

HSL color Cylindrical-coordinate representation of color #03AA90: hue angle of 170.66º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AA90 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB3170144-
CMYK0.9800.150.33
HSL170.66º96.53%33.92%-
HSV(B)170.66º98.24%66.67%-
XYZ19.4530.7831.3-
YUV117.1143.1746.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.95%
GREEN value IS 170 (66.80% from 255) = 53.63%
BLUE value IS 144 (56.64% from 255) = 45.43%
R=0.95%
G=53.63%
B=45.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31701440.9800.150.33170.6696.5333.92
Hex3AA90620F21ab6122
Octal32522201420174125314142
Binary111010101010010000110001001111100001101010111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03AA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,170,144); }

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

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

 a { background-color: rgb(3,170,144); }

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

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

 span { border-color: rgb(3,170,144); }

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