Html Css Color HEX #20A701 Islamic Green

📋 copy color: '#20A701'

red 32 ◦ green 167 ◦ blue 1

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

Shades of Islamic Green #20A701

Tints of Islamic Green #20A701

RGB

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

 GREEN value IS 167 (65.63% from 255) = 83.5%

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

R = 16%
G = 83.5%
B = 0.5%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#20A701 (or 0x20A701) is known color: Islamic Green. HEX triplet: 20, A7 and 01. RGB value is (32,167,1). Sum of RGB (Red+Green+Blue) = 32+167+1=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 167 (65.62% from 255 or 83.5% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 167 - color contains mainly: green. Hex color #20A701 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20A701 is #DF58FE. Grayscale: #6C6C6C. Windows color (decimal): -14637311 or 108320. OLE color: 108320.

HSL color Cylindrical-coordinate representation of color #20A701: hue angle of 108.8º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20A701 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 32 167 1 -
CMYK 0.81 0 0.99 0.35
HSL 108.8º 0.99% 0.33% -
HSV(B) 108.8º 0.99% 0.65% -
XYZ 14.42 27.95 4.66 -
YUV 107.71 67.77 74 -
System Red Green Blue C M Y K H S L
Decimal 32 167 1 0.81 0 0.99 0.35 108.8 0.99 0.33
Hex 20 A7 1 51 0 63 23 6D 63 21
Octal 40 247 1 121 0 143 43 155 143 41
Binary 100000 10100111 1 1010001 0 1100011 100011 1101101 1100011 100001

Color Harmonies of #20A701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A701

Black with #20A701

Text Example


Text Example

White with #20A701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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