#03A10F

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

Shades of Islamic Green #03A10F

Tints of Islamic Green #03A10F

Color information

#03A10F (or 0x03A10F) is unknown color: approx Islamic Green. HEX triplet: 03, A1 and 0F. RGB value is (3,161,15). Sum of RGB (Red+Green+Blue) = 3+161+15=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 161 (63.28% from 255 or 89.94% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 161 - color contains mainly: green. Hex color #03A10F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03A10F is #FC5EF0. Grayscale: #616161. Windows color (decimal): -16539377 or 1024259. OLE color: 1024259.

HSL color Cylindrical-coordinate representation of color #03A10F: hue angle of 124.56º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A10F is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB316115-
CMYK0.9800.910.37
HSL124.56º96.34%32.16%-
HSV(B)124.56º98.14%63.14%-
XYZ12.8725.544.7-
YUV97.1181.6560.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.68%
GREEN value IS 161 (63.28% from 255) = 89.94%
BLUE value IS 15 (6.25% from 255) = 8.38%
R=1.68%
G=89.94%
B=8.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal3161150.9800.910.37124.5696.3432.16
Hex3A1F6205B257d6020
Octal32411714201334517514040
Binary1110100001111111000100101101110010111111011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A10F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,161,15); }

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

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

 a { background-color: rgb(3,161,15); }

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

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

 span { border-color: rgb(3,161,15); }

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