#05AB1E

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

Shades of Islamic Green #05AB1E

Tints of Islamic Green #05AB1E

Color information

#05AB1E (or 0x05AB1E) is unknown color: approx Islamic Green. HEX triplet: 05, AB and 1E. RGB value is (5,171,30). Sum of RGB (Red+Green+Blue) = 5+171+30=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 171 (67.19% from 255 or 83.01% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 171 - color contains mainly: green. Hex color #05AB1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AB1E is #FA54E1. Grayscale: #696969. Windows color (decimal): -16405730 or 2009861. OLE color: 2009861.

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

Color convert

RGB517130-
CMYK0.9700.820.33
HSL129.04º94.32%34.51%-
HSV(B)129.04º97.08%67.06%-
XYZ14.8629.256.09-
YUV105.2985.556.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.43%
GREEN value IS 171 (67.19% from 255) = 83.01%
BLUE value IS 30 (12.11% from 255) = 14.56%
R=2.43%
G=83.01%
B=14.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal5171300.9700.820.33129.0494.3234.51
Hex5AB1E6105221815e23
Octal52533614101224120113643
Binary1011010101111110110000101010010100001100000011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AB1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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