#03AA13

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

Shades of Islamic Green #03AA13

Tints of Islamic Green #03AA13

Color information

#03AA13 (or 0x03AA13) is unknown color: approx Islamic Green. HEX triplet: 03, AA and 13. RGB value is (3,170,19). Sum of RGB (Red+Green+Blue) = 3+170+19=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 170 (66.80% from 255 or 88.54% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 170 - color contains mainly: green. Hex color #03AA13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03AA13 is #FC55EC. Grayscale: #676767. Windows color (decimal): -16537069 or 1288707. OLE color: 1288707.

HSL color Cylindrical-coordinate representation of color #03AA13: hue angle of 125.75º 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 #03AA13 is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB317019-
CMYK0.9800.890.33
HSL125.75º96.53%33.92%-
HSV(B)125.75º98.24%66.67%-
XYZ14.5328.825.41-
YUV102.8580.6756.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.56%
GREEN value IS 170 (66.80% from 255) = 88.54%
BLUE value IS 19 (7.81% from 255) = 9.90%
R=1.56%
G=88.54%
B=9.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3170190.9800.890.33125.7596.5333.92
Hex3AA1362059217e6122
Octal32522314201314117614142
Binary11101010101001111000100101100110000111111101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03AA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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