#02A503

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

Shades of Islamic Green #02A503

Tints of Islamic Green #02A503

Color information

#02A503 (or 0x02A503) is unknown color: approx Islamic Green. HEX triplet: 02, A5 and 03. RGB value is (2,165,3). Sum of RGB (Red+Green+Blue) = 2+165+3=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 165 (64.84% from 255 or 97.06% from 170); Blue value is 3 (1.56% from 255 or 1.76% from 170); Max value from RGB is 165 - color contains mainly: green. Hex color #02A503 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02A503 is #FD5AFC. Grayscale: #626262. Windows color (decimal): -16603901 or 238850. OLE color: 238850.

HSL color Cylindrical-coordinate representation of color #02A503: hue angle of 120.37º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A503 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB21653-
CMYK0.9900.980.35
HSL120.37º97.6%32.75%-
HSV(B)120.37º98.79%64.71%-
XYZ13.526.934.57-
YUV97.7974.559.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 165 (64.84% from 255) = 97.06%
BLUE value IS 3 (1.56% from 255) = 1.76%
R=1.18%
G=97.06%
B=1.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal216530.9900.980.35120.3797.632.75
Hex2A536306223786221
Octal2245314301424317014241
Binary10101001011111000110110001010001111110001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02A503; }

 p { color: rgb(2,165,3); }

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

<style>
 a { background-color: #02A503; }

 a { background-color: rgb(2,165,3); }

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

<style>
 span { border-color: #02A503; }

 span { border-color: rgb(2,165,3); }

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