Html Css Color HEX #02A520 Islamic Green

📋 copy color: '#02A520'

red 2 ◦ green 165 ◦ blue 32

#02A520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #02A520

Tints of Islamic Green #02A520

RGB

 RED value IS 2 (1.17% from 255) = 1.01%

 GREEN value IS 165 (64.84% from 255) = 82.91%

 BLUE value IS 32 (12.89% from 255) = 16.08%

R = 1.01%
G = 82.91%
B = 16.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#02A520 (or 0x02A520) is known color: Islamic Green. HEX triplet: 02, A5 and 20. RGB value is (2,165,32). Sum of RGB (Red+Green+Blue) = 2+165+32=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 165 (64.84% from 255 or 82.91% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 165 - color contains mainly: green. Hex color #02A520 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A520 is #FD5ADF. Grayscale: #656565. Windows color (decimal): -16603872 or 2139394. OLE color: 2139394.

HSL color Cylindrical-coordinate representation of color #02A520: hue angle of 131.04º 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 #02A520 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 2 165 32 -
CMYK 0.99 0 0.81 0.35
HSL 131.04º 0.98% 0.33% -
HSV(B) 131.04º 0.99% 0.65% -
XYZ 13.74 27.03 5.86 -
YUV 101.1 89 57.31 -
System Red Green Blue C M Y K H S L
Decimal 2 165 32 0.99 0 0.81 0.35 131.04 0.98 0.33
Hex 2 A5 20 63 0 51 23 83 62 21
Octal 2 245 40 143 0 121 43 203 142 41
Binary 10 10100101 100000 1100011 0 1010001 100011 10000011 1100010 100001

Color Harmonies of #02A520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A520

Black with #02A520

Text Example


Text Example

White with #02A520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02A520;
 }
 .AnyTagClassName
 {
   color: #02A520;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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