Html Css Color HEX #02AD05 Islamic Green

📋 copy color: '#02AD05'

red 2 ◦ green 173 ◦ blue 5

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

Shades of Islamic Green #02AD05

Tints of Islamic Green #02AD05

RGB

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

 GREEN value IS 173 (67.97% from 255) = 96.11%

 BLUE value IS 5 (2.34% from 255) = 2.78%

R = 1.11%
G = 96.11%
B = 2.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#02AD05 (or 0x02AD05) is known color: Islamic Green. HEX triplet: 02, AD and 05. RGB value is (2,173,5). Sum of RGB (Red+Green+Blue) = 2+173+5=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 173 (67.97% from 255 or 96.11% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02AD05 is #FD52FA. Grayscale: #676767. Windows color (decimal): -16601851 or 371970. OLE color: 371970.

HSL color Cylindrical-coordinate representation of color #02AD05: hue angle of 121.05º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AD05 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 173 5 -
CMYK 0.99 0 0.97 0.32
HSL 121.05º 0.98% 0.34% -
HSV(B) 121.05º 0.99% 0.68% -
XYZ 15 29.91 5.13 -
YUV 102.72 72.85 56.16 -
System Red Green Blue C M Y K H S L
Decimal 2 173 5 0.99 0 0.97 0.32 121.05 0.98 0.34
Hex 2 AD 5 63 0 61 20 79 62 22
Octal 2 255 5 143 0 141 40 171 142 42
Binary 10 10101101 101 1100011 0 1100001 100000 1111001 1100010 100010

Color Harmonies of #02AD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AD05

Black with #02AD05

Text Example


Text Example

White with #02AD05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,173,5); }

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

background-color css

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

 a { background-color: rgb(2,173,5); }

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

border-color css

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

 span { border-color: rgb(2,173,5); }

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