#21AE01

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

Shades of Islamic Green #21AE01

Tints of Islamic Green #21AE01

Color information

#21AE01 (or 0x21AE01) is unknown color: approx Islamic Green. HEX triplet: 21, AE and 01. RGB value is (33,174,1). Sum of RGB (Red+Green+Blue) = 33+174+1=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 174 (68.36% from 255 or 83.65% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 174 - color contains mainly: green. Hex color #21AE01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21AE01 is #DE51FE. Grayscale: #707070. Windows color (decimal): -14569983 or 110113. OLE color: 110113.

HSL color Cylindrical-coordinate representation of color #21AE01: hue angle of 108.9º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #21AE01 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB331741-
CMYK0.8100.990.32
HSL108.9º98.86%34.31%-
HSV(B)108.9º99.43%68.24%-
XYZ15.7730.65.1-
YUV112.1265.2971.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.87%
GREEN value IS 174 (68.36% from 255) = 83.65%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=15.87%
G=83.65%
B=0.48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3317410.8100.990.32108.998.8634.31
Hex21AE151063206d6322
Octal41256112101434015514342
Binary10000110101110110100010110001110000011011011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AE01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21AE01; }

 p { color: rgb(33,174,1); }

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

<style>
 a { background-color: #21AE01; }

 a { background-color: rgb(33,174,1); }

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

<style>
 span { border-color: #21AE01; }

 span { border-color: rgb(33,174,1); }

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