Html Css Color HEX #02AD1B Islamic Green

📋 copy color: '#02AD1B'

red 2 ◦ green 173 ◦ blue 27

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

Shades of Islamic Green #02AD1B

Tints of Islamic Green #02AD1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.37%

R = 0.99%
G = 85.64%
B = 13.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#02AD1B (or 0x02AD1B) is known color: Islamic Green. HEX triplet: 02, AD and 1B. RGB value is (2,173,27). Sum of RGB (Red+Green+Blue) = 2+173+27=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 173 (67.97% from 255 or 85.64% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AD1B is #FD52E4. Grayscale: #696969. Windows color (decimal): -16601829 or 1813762. OLE color: 1813762.

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

Color convert

RGB 2 173 27 -
CMYK 0.99 0 0.84 0.32
HSL 128.77º 0.98% 0.34% -
HSV(B) 128.77º 0.99% 0.68% -
XYZ 15.17 29.98 6.02 -
YUV 105.23 83.85 54.37 -
System Red Green Blue C M Y K H S L
Decimal 2 173 27 0.99 0 0.84 0.32 128.77 0.98 0.34
Hex 2 AD 1B 63 0 54 20 81 62 22
Octal 2 255 33 143 0 124 40 201 142 42
Binary 10 10101101 11011 1100011 0 1010100 100000 10000001 1100010 100010

Color Harmonies of #02AD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AD1B

Black with #02AD1B

Text Example


Text Example

White with #02AD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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