#20B10E

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

Shades of Islamic Green #20B10E

Tints of Islamic Green #20B10E

Color information

#20B10E (or 0x20B10E) is unknown color: approx Islamic Green. HEX triplet: 20, B1 and 0E. RGB value is (32,177,14). Sum of RGB (Red+Green+Blue) = 32+177+14=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 177 (69.53% from 255 or 79.37% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 177 - color contains mainly: green. Hex color #20B10E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20B10E is #DF4EF1. Grayscale: #737373. Windows color (decimal): -14634738 or 962848. OLE color: 962848.

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

Color convert

RGB3217714-
CMYK0.8200.920.31
HSL113.37º85.34%37.45%-
HSV(B)113.37º92.09%69.41%-
XYZ16.431.785.69-
YUV115.0670.9668.75-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.35%
GREEN value IS 177 (69.53% from 255) = 79.37%
BLUE value IS 14 (5.86% from 255) = 6.28%
R=14.35%
G=79.37%
B=6.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal32177140.8200.920.31113.3785.3437.45
Hex20B1E5205C1F715525
Octal402611612201343716112545
Binary1000001011000111101010010010111001111111100011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20B10E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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