Html Css Color HEX #20A401 Islamic Green

📋 copy color: '#20A401'

red 32 ◦ green 164 ◦ blue 1

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

Shades of Islamic Green #20A401

Tints of Islamic Green #20A401

RGB

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

 GREEN value IS 164 (64.45% from 255) = 83.25%

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

R = 16.24%
G = 83.25%
B = 0.51%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#20A401 (or 0x20A401) is known color: Islamic Green. HEX triplet: 20, A4 and 01. RGB value is (32,164,1). Sum of RGB (Red+Green+Blue) = 32+164+1=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 164 (64.45% from 255 or 83.25% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 164 - color contains mainly: green. Hex color #20A401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20A401 is #DF5BFE. Grayscale: #6A6A6A. Windows color (decimal): -14638079 or 107552. OLE color: 107552.

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

Color convert

RGB 32 164 1 -
CMYK 0.80 0 0.99 0.36
HSL 108.59º 0.99% 0.32% -
HSV(B) 108.59º 0.99% 0.64% -
XYZ 13.88 26.86 4.48 -
YUV 105.95 68.77 75.25 -
System Red Green Blue C M Y K H S L
Decimal 32 164 1 0.80 0 0.99 0.36 108.59 0.99 0.32
Hex 20 A4 1 50 0 63 24 6D 63 20
Octal 40 244 1 120 0 143 44 155 143 40
Binary 100000 10100100 1 1010000 0 1100011 100100 1101101 1100011 100000

Color Harmonies of #20A401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A401

Black with #20A401

Text Example


Text Example

White with #20A401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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