#0DAC01

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

Shades of Islamic Green #0DAC01

Tints of Islamic Green #0DAC01

Color information

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

HSL color Cylindrical-coordinate representation of color #0DAC01: hue angle of 115.79º 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 #0DAC01 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB131721-
CMYK0.9200.990.33
HSL115.79º98.84%33.92%-
HSV(B)115.79º99.42%67.45%-
XYZ14.9229.594.95-
YUV104.9669.3262.4-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1317210.9200.990.33115.7998.8433.92
HexDAC15C06321746322
Octal15254113401434116414342
Binary110110101100110111000110001110000111101001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DAC01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0DAC01; }

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

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

<style>
 a { background-color: #0DAC01; }

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

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

<style>
 span { border-color: #0DAC01; }

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

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