#05AC08

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

Shades of Islamic Green #05AC08

Tints of Islamic Green #05AC08

Color information

#05AC08 (or 0x05AC08) is unknown color: approx Islamic Green. HEX triplet: 05, AC and 08. RGB value is (5,172,8). Sum of RGB (Red+Green+Blue) = 5+172+8=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 172 (67.58% from 255 or 92.97% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 172 - color contains mainly: green. Hex color #05AC08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05AC08 is #FA53F7. Grayscale: #676767. Windows color (decimal): -16405496 or 568325. OLE color: 568325.

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

Color convert

RGB51728-
CMYK0.9700.950.33
HSL121.08º94.35%34.71%-
HSV(B)121.08º97.09%67.45%-
XYZ14.8629.555.15-
YUV103.3774.1757.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.70%
GREEN value IS 172 (67.58% from 255) = 92.97%
BLUE value IS 8 (3.52% from 255) = 4.32%
R=2.70%
G=92.97%
B=4.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal517280.9700.950.33121.0894.3534.71
Hex5AC86105F21795e23
Octal52541014101374117113643
Binary10110101100100011000010101111110000111110011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AC08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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