#01AC0D

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

Shades of Islamic Green #01AC0D

Tints of Islamic Green #01AC0D

Color information

#01AC0D (or 0x01AC0D) is unknown color: approx Islamic Green. HEX triplet: 01, AC and 0D. RGB value is (1,172,13). Sum of RGB (Red+Green+Blue) = 1+172+13=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 172 (67.58% from 255 or 92.47% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01AC0D is #FE53F2. Grayscale: #676767. Windows color (decimal): -16667635 or 896001. OLE color: 896001.

HSL color Cylindrical-coordinate representation of color #01AC0D: hue angle of 124.21º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AC0D is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB117213-
CMYK0.9900.920.33
HSL124.21º98.84%33.92%-
HSV(B)124.21º99.42%67.45%-
XYZ14.8429.545.3-
YUV102.7477.3555.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 172 (67.58% from 255) = 92.47%
BLUE value IS 13 (5.47% from 255) = 6.99%
R=0.54%
G=92.47%
B=6.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1172130.9900.920.33124.2198.8433.92
Hex1ACD6305C217c6322
Octal12541514301344117414342
Binary110101100110111000110101110010000111111001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AC0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01AC0D; }

 p { color: rgb(1,172,13); }

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

<style>
 a { background-color: #01AC0D; }

 a { background-color: rgb(1,172,13); }

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

<style>
 span { border-color: #01AC0D; }

 span { border-color: rgb(1,172,13); }

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