#05A21E

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

Shades of Islamic Green #05A21E

Tints of Islamic Green #05A21E

Color information

#05A21E (or 0x05A21E) is unknown color: approx Islamic Green. HEX triplet: 05, A2 and 1E. RGB value is (5,162,30). Sum of RGB (Red+Green+Blue) = 5+162+30=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 162 (63.67% from 255 or 82.23% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 162 - color contains mainly: green. Hex color #05A21E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A21E is #FA5DE1. Grayscale: #646464. Windows color (decimal): -16408034 or 2007557. OLE color: 2007557.

HSL color Cylindrical-coordinate representation of color #05A21E: hue angle of 129.55º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A21E is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB516230-
CMYK0.9700.810.36
HSL129.55º94.01%32.75%-
HSV(B)129.55º96.91%63.53%-
XYZ13.2225.975.54-
YUV100.0188.4960.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.54%
GREEN value IS 162 (63.67% from 255) = 82.23%
BLUE value IS 30 (12.11% from 255) = 15.23%
R=2.54%
G=82.23%
B=15.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5162300.9700.810.36129.5594.0132.75
Hex5A21E6105124825e21
Octal52423614101214420213641
Binary1011010001011110110000101010001100100100000101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05A21E; }

 p { color: rgb(5,162,30); }

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

<style>
 a { background-color: #05A21E; }

 a { background-color: rgb(5,162,30); }

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

<style>
 span { border-color: #05A21E; }

 span { border-color: rgb(5,162,30); }

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