#03A316

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

Shades of Islamic Green #03A316

Tints of Islamic Green #03A316

Color information

#03A316 (or 0x03A316) is unknown color: approx Islamic Green. HEX triplet: 03, A3 and 16. RGB value is (3,163,22). Sum of RGB (Red+Green+Blue) = 3+163+22=188 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 188); Green value is 163 (64.06% from 255 or 86.70% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 163 - color contains mainly: green. Hex color #03A316 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03A316 is #FC5CE9. Grayscale: #636363. Windows color (decimal): -16538858 or 1483523. OLE color: 1483523.

HSL color Cylindrical-coordinate representation of color #03A316: hue angle of 127.12º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A316 is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB316322-
CMYK0.9800.870.36
HSL127.12º96.39%32.55%-
HSV(B)127.12º98.16%63.92%-
XYZ13.2826.275.13-
YUV99.0984.4959.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.60%
GREEN value IS 163 (64.06% from 255) = 86.70%
BLUE value IS 22 (8.98% from 255) = 11.70%
R=1.60%
G=86.70%
B=11.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal3163220.9800.870.36127.1296.3932.55
Hex3A31662057247f6021
Octal32432614201274417714041
Binary11101000111011011000100101011110010011111111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,163,22); }

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

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

 a { background-color: rgb(3,163,22); }

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

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

 span { border-color: rgb(3,163,22); }

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