#02A500

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

Shades of Islamic Green #02A500

Tints of Islamic Green #02A500

Color information

#02A500 (or 0x02A500) is unknown color: approx Islamic Green. HEX triplet: 02, A5 and 00. RGB value is (2,165,0). Sum of RGB (Red+Green+Blue) = 2+165+0=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 165 (64.84% from 255 or 98.80% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 165 - color contains mainly: green. Hex color #02A500 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02A500 is #FD5AFF. Grayscale: #616161. Windows color (decimal): -16603904 or 42242. OLE color: 42242.

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

Color convert

RGB21650-
CMYK0.99010.35
HSL119.27º100%32.35%-
HSV(B)119.27º100%64.71%-
XYZ13.4826.924.49-
YUV97.457359.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 165 (64.84% from 255) = 98.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=1.20%
G=98.80%
B=0%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal216500.99010.35119.2710032.35
Hex2A506306423776420
Octal2245014301444316714440
Binary1010100101011000110110010010001111101111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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