#03A121

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

Shades of Islamic Green #03A121

Tints of Islamic Green #03A121

Color information

#03A121 (or 0x03A121) is unknown color: approx Islamic Green. HEX triplet: 03, A1 and 21. RGB value is (3,161,33). Sum of RGB (Red+Green+Blue) = 3+161+33=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 161 (63.28% from 255 or 81.73% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 161 - color contains mainly: green. Hex color #03A121 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A121 is #FC5EDE. Grayscale: #636363. Windows color (decimal): -16539359 or 2203907. OLE color: 2203907.

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

Color convert

RGB316133-
CMYK0.9800.800.37
HSL131.39º96.34%32.16%-
HSV(B)131.39º98.14%63.14%-
XYZ13.0625.625.7-
YUV99.1790.6559.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.52%
GREEN value IS 161 (63.28% from 255) = 81.73%
BLUE value IS 33 (13.28% from 255) = 16.75%
R=1.52%
G=81.73%
B=16.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal3161330.9800.800.37131.3996.3432.16
Hex3A1216205025836020
Octal32414114201204520314040
Binary1110100001100001110001001010000100101100000111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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