#21A500

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

Shades of Islamic Green #21A500

Tints of Islamic Green #21A500

Color information

#21A500 (or 0x21A500) is unknown color: approx Islamic Green. HEX triplet: 21, A5 and 00. RGB value is (33,165,0). Sum of RGB (Red+Green+Blue) = 33+165+0=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 165 (64.84% from 255 or 83.33% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 165 - color contains mainly: green. Hex color #21A500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21A500 is #DE5AFF. Grayscale: #6B6B6B. Windows color (decimal): -14572288 or 42273. OLE color: 42273.

HSL color Cylindrical-coordinate representation of color #21A500: hue angle of 108º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #21A500 is Cyan = 0.8, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB331650-
CMYK0.8010.35
HSL108º100%32.35%-
HSV(B)108º100%64.71%-
XYZ14.0827.234.51-
YUV106.7267.7775.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.67%
GREEN value IS 165 (64.84% from 255) = 83.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=16.67%
G=83.33%
B=0%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal3316500.8010.3510810032.35
Hex21A5050064236c6420
Octal41245012001444315414440
Binary10000110100101010100000110010010001111011001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,165,0); }

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

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

 a { background-color: rgb(33,165,0); }

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

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

 span { border-color: rgb(33,165,0); }

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