Html Css Color HEX #20A601 Islamic Green

📋 copy color: '#20A601'

red 32 ◦ green 166 ◦ blue 1

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

Shades of Islamic Green #20A601

Tints of Islamic Green #20A601

RGB

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

 GREEN value IS 166 (65.23% from 255) = 83.42%

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

R = 16.08%
G = 83.42%
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

#20A601 (or 0x20A601) is known color: Islamic Green. HEX triplet: 20, A6 and 01. RGB value is (32,166,1). Sum of RGB (Red+Green+Blue) = 32+166+1=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 166 (65.23% from 255 or 83.42% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 166 - color contains mainly: green. Hex color #20A601 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20A601 is #DF59FE. Grayscale: #6B6B6B. Windows color (decimal): -14637567 or 108064. OLE color: 108064.

HSL color Cylindrical-coordinate representation of color #20A601: hue angle of 108.73º 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 #20A601 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 32 166 1 -
CMYK 0.81 0 0.99 0.35
HSL 108.73º 0.99% 0.33% -
HSV(B) 108.73º 0.99% 0.65% -
XYZ 14.24 27.58 4.6 -
YUV 107.12 68.11 74.42 -
System Red Green Blue C M Y K H S L
Decimal 32 166 1 0.81 0 0.99 0.35 108.73 0.99 0.33
Hex 20 A6 1 51 0 63 23 6D 63 21
Octal 40 246 1 121 0 143 43 155 143 41
Binary 100000 10100110 1 1010001 0 1100011 100011 1101101 1100011 100001

Color Harmonies of #20A601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A601

Black with #20A601

Text Example


Text Example

White with #20A601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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