Html Css Color HEX #02AD1D Islamic Green

📋 copy color: '#02AD1D'

red 2 ◦ green 173 ◦ blue 29

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

Shades of Islamic Green #02AD1D

Tints of Islamic Green #02AD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.22%

R = 0.98%
G = 84.8%
B = 14.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#02AD1D (or 0x02AD1D) is known color: Islamic Green. HEX triplet: 02, AD and 1D. RGB value is (2,173,29). Sum of RGB (Red+Green+Blue) = 2+173+29=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 173 (67.97% from 255 or 84.80% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AD1D is #FD52E2. Grayscale: #696969. Windows color (decimal): -16601827 or 1944834. OLE color: 1944834.

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

Color convert

RGB 2 173 29 -
CMYK 0.99 0 0.83 0.32
HSL 129.47º 0.98% 0.34% -
HSV(B) 129.47º 0.99% 0.68% -
XYZ 15.19 29.99 6.15 -
YUV 105.46 84.85 54.21 -
System Red Green Blue C M Y K H S L
Decimal 2 173 29 0.99 0 0.83 0.32 129.47 0.98 0.34
Hex 2 AD 1D 63 0 53 20 81 62 22
Octal 2 255 35 143 0 123 40 201 142 42
Binary 10 10101101 11101 1100011 0 1010011 100000 10000001 1100010 100010

Color Harmonies of #02AD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AD1D

Black with #02AD1D

Text Example


Text Example

White with #02AD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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