Html Css Color HEX #20B501 Islamic Green

📋 copy color: '#20B501'

red 32 ◦ green 181 ◦ blue 1

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

Shades of Islamic Green #20B501

Tints of Islamic Green #20B501

RGB

 RED value IS 32 (12.89% from 255) = 14.95%

 GREEN value IS 181 (71.09% from 255) = 84.58%

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 14.95%
G = 84.58%
B = 0.47%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#20B501 (or 0x20B501) is known color: Islamic Green. HEX triplet: 20, B5 and 01. RGB value is (32,181,1). Sum of RGB (Red+Green+Blue) = 32+181+1=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 181 (71.09% from 255 or 84.58% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 181 - color contains mainly: green. Hex color #20B501 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20B501 is #DF4AFE. Grayscale: #747474. Windows color (decimal): -14633727 or 111904. OLE color: 111904.

HSL color Cylindrical-coordinate representation of color #20B501: hue angle of 109.67º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20B501 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 32 181 1 -
CMYK 0.82 0 0.99 0.29
HSL 109.67º 0.99% 0.36% -
HSV(B) 109.67º 0.99% 0.71% -
XYZ 17.13 33.36 5.56 -
YUV 115.93 63.14 68.14 -
System Red Green Blue C M Y K H S L
Decimal 32 181 1 0.82 0 0.99 0.29 109.67 0.99 0.36
Hex 20 B5 1 52 0 63 1D 6E 63 24
Octal 40 265 1 122 0 143 35 156 143 44
Binary 100000 10110101 1 1010010 0 1100011 11101 1101110 1100011 100100

Color Harmonies of #20B501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B501

Black with #20B501

Text Example


Text Example

White with #20B501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20B501; }

 p { color: rgb(32,181,1); }

 H1.HeaderClassName
 {
   color: #20B501;
 }
 .AnyTagClassName
 {
   color: #20B501;
 }
</style>

background-color css

<style>
 a { background-color: #20B501; }

 a { background-color: rgb(32,181,1); }

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

border-color css

<style>
 span { border-color: #20B501; }

 span { border-color: rgb(32,181,1); }

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