#20B10D

Color #20B10D Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #20B10D

Tints of Islamic Green #20B10D

Color information

#20B10D (or 0x20B10D) is unknown color: approx Islamic Green. HEX triplet: 20, B1 and 0D. RGB value is (32,177,13). Sum of RGB (Red+Green+Blue) = 32+177+13=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 177 (69.53% from 255 or 79.73% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 177 - color contains mainly: green. Hex color #20B10D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20B10D is #DF4EF2. Grayscale: #737373. Windows color (decimal): -14634739 or 897312. OLE color: 897312.

HSL color Cylindrical-coordinate representation of color #20B10D: hue angle of 113.05º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #20B10D is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB3217713-
CMYK0.8200.930.31
HSL113.05º86.32%37.25%-
HSV(B)113.05º92.66%69.41%-
XYZ16.3931.785.65-
YUV114.9570.4668.84-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.41%
GREEN value IS 177 (69.53% from 255) = 79.73%
BLUE value IS 13 (5.47% from 255) = 5.86%
R=14.41%
G=79.73%
B=5.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal32177130.8200.930.31113.0586.3237.25
Hex20B1D5205D1F715625
Octal402611512201353716112645
Binary1000001011000111011010010010111011111111100011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20B10D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,177,13); }

 H1.HeaderClassName
 {
   color: #20B10D;
 }
 .AnyTagClassName
 {
   color: #20B10D;
 }
</style>
background-color css

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

 a { background-color: rgb(32,177,13); }

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

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

 span { border-color: rgb(32,177,13); }

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