#21B50E

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

Shades of Islamic Green #21B50E

Tints of Islamic Green #21B50E

Color information

#21B50E (or 0x21B50E) is unknown color: approx Islamic Green. HEX triplet: 21, B5 and 0E. RGB value is (33,181,14). Sum of RGB (Red+Green+Blue) = 33+181+14=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 181 (71.09% from 255 or 79.39% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 181 - color contains mainly: green. Hex color #21B50E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21B50E is #DE4AF1. Grayscale: #767676. Windows color (decimal): -14568178 or 963873. OLE color: 963873.

HSL color Cylindrical-coordinate representation of color #21B50E: hue angle of 113.17º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #21B50E is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB3318114-
CMYK0.8200.920.29
HSL113.17º85.64%38.24%-
HSV(B)113.17º92.27%70.98%-
XYZ17.2333.45.95-
YUV117.7169.4767.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.47%
GREEN value IS 181 (71.09% from 255) = 79.39%
BLUE value IS 14 (5.86% from 255) = 6.14%
R=14.47%
G=79.39%
B=6.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal33181140.8200.920.29113.1785.6438.24
Hex21B5E5205C1D715626
Octal412651612201343516112646
Binary1000011011010111101010010010111001110111100011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,181,14); }

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

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

 a { background-color: rgb(33,181,14); }

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

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

 span { border-color: rgb(33,181,14); }

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