#20AE0C

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

Shades of Islamic Green #20AE0C

Tints of Islamic Green #20AE0C

Color information

#20AE0C (or 0x20AE0C) is unknown color: approx Islamic Green. HEX triplet: 20, AE and 0C. RGB value is (32,174,12). Sum of RGB (Red+Green+Blue) = 32+174+12=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 174 (68.36% from 255 or 79.82% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 174 - color contains mainly: green. Hex color #20AE0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20AE0C is #DF51F3. Grayscale: #717171. Windows color (decimal): -14635508 or 831008. OLE color: 831008.

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

Color convert

RGB3217412-
CMYK0.8200.930.32
HSL112.59º87.1%36.47%-
HSV(B)112.59º93.1%68.24%-
XYZ15.830.615.42-
YUV113.0770.9670.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.68%
GREEN value IS 174 (68.36% from 255) = 79.82%
BLUE value IS 12 (5.08% from 255) = 5.50%
R=14.68%
G=79.82%
B=5.50%

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
Decimal32174120.8200.930.32112.5987.136.47
Hex20AEC5205D20715724
Octal402561412201354016112744
Binary10000010101110110010100100101110110000011100011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AE0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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