#05AB16

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

Shades of Islamic Green #05AB16

Tints of Islamic Green #05AB16

Color information

#05AB16 (or 0x05AB16) is unknown color: approx Islamic Green. HEX triplet: 05, AB and 16. RGB value is (5,171,22). Sum of RGB (Red+Green+Blue) = 5+171+22=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 171 (67.19% from 255 or 86.36% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 171 - color contains mainly: green. Hex color #05AB16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05AB16 is #FA54E9. Grayscale: #686868. Windows color (decimal): -16405738 or 1485573. OLE color: 1485573.

HSL color Cylindrical-coordinate representation of color #05AB16: hue angle of 126.14º 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 #05AB16 is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB517122-
CMYK0.9700.870.33
HSL126.14º94.32%34.51%-
HSV(B)126.14º97.08%67.06%-
XYZ14.7729.225.62-
YUV104.3881.557.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.53%
GREEN value IS 171 (67.19% from 255) = 86.36%
BLUE value IS 22 (8.98% from 255) = 11.11%
R=2.53%
G=86.36%
B=11.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal5171220.9700.870.33126.1494.3234.51
Hex5AB1661057217e5e23
Octal52532614101274117613643
Binary101101010111011011000010101011110000111111101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AB16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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