Html Css Color HEX #20B601 Islamic Green

📋 copy color: '#20B601'

red 32 ◦ green 182 ◦ blue 1

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

Shades of Islamic Green #20B601

Tints of Islamic Green #20B601

RGB

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

 GREEN value IS 182 (71.48% from 255) = 84.65%

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

R = 14.88%
G = 84.65%
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

#20B601 (or 0x20B601) is known color: Islamic Green. HEX triplet: 20, B6 and 01. RGB value is (32,182,1). Sum of RGB (Red+Green+Blue) = 32+182+1=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 182 (71.48% from 255 or 84.65% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 182 - color contains mainly: green. Hex color #20B601 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20B601 is #DF49FE. Grayscale: #757575. Windows color (decimal): -14633471 or 112160. OLE color: 112160.

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

Color convert

RGB 32 182 1 -
CMYK 0.82 0 0.99 0.29
HSL 109.72º 0.99% 0.36% -
HSV(B) 109.72º 0.99% 0.71% -
XYZ 17.33 33.77 5.63 -
YUV 116.52 62.81 67.72 -
System Red Green Blue C M Y K H S L
Decimal 32 182 1 0.82 0 0.99 0.29 109.72 0.99 0.36
Hex 20 B6 1 52 0 63 1D 6E 63 24
Octal 40 266 1 122 0 143 35 156 143 44
Binary 100000 10110110 1 1010010 0 1100011 11101 1101110 1100011 100100

Color Harmonies of #20B601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B601

Black with #20B601

Text Example


Text Example

White with #20B601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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