#20AE0D

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

Shades of Islamic Green #20AE0D

Tints of Islamic Green #20AE0D

Color information

#20AE0D (or 0x20AE0D) is unknown color: approx Islamic Green. HEX triplet: 20, AE and 0D. RGB value is (32,174,13). Sum of RGB (Red+Green+Blue) = 32+174+13=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 174 (68.36% from 255 or 79.45% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 174 - color contains mainly: green. Hex color #20AE0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20AE0D is #DF51F2. Grayscale: #717171. Windows color (decimal): -14635507 or 896544. OLE color: 896544.

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

Color convert

RGB3217413-
CMYK0.8200.930.32
HSL112.92º86.1%36.67%-
HSV(B)112.92º92.53%68.24%-
XYZ15.830.615.46-
YUV113.1971.4670.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.61%
GREEN value IS 174 (68.36% from 255) = 79.45%
BLUE value IS 13 (5.47% from 255) = 5.94%
R=14.61%
G=79.45%
B=5.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal32174130.8200.930.32112.9286.136.67
Hex20AED5205D20715625
Octal402561512201354016112645
Binary10000010101110110110100100101110110000011100011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AE0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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