#05AC18

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

Shades of Islamic Green #05AC18

Tints of Islamic Green #05AC18

Color information

#05AC18 (or 0x05AC18) is unknown color: approx Islamic Green. HEX triplet: 05, AC and 18. RGB value is (5,172,24). Sum of RGB (Red+Green+Blue) = 5+172+24=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 172 (67.58% from 255 or 85.57% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 172 - color contains mainly: green. Hex color #05AC18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05AC18 is #FA53E7. Grayscale: #696969. Windows color (decimal): -16405480 or 1616901. OLE color: 1616901.

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

Color convert

RGB517224-
CMYK0.9700.860.33
HSL126.83º94.35%34.71%-
HSV(B)126.83º97.09%67.45%-
XYZ14.9829.65.79-
YUV105.282.1756.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.49%
GREEN value IS 172 (67.58% from 255) = 85.57%
BLUE value IS 24 (9.77% from 255) = 11.94%
R=2.49%
G=85.57%
B=11.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal5172240.9700.860.33126.8394.3534.71
Hex5AC1861056217f5e23
Octal52543014101264117713643
Binary101101011001100011000010101011010000111111111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AC18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,172,24); }

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

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

 a { background-color: rgb(5,172,24); }

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

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

 span { border-color: rgb(5,172,24); }

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