Html Css Color HEX #0DAC01 Islamic Green

📋 copy color: '#0DAC01'

red 13 ◦ green 172 ◦ blue 1

#0DAC01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #0DAC01

Tints of Islamic Green #0DAC01

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 value IS 0.92

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#0DAC01 (or 0x0DAC01) is known color: 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

RGB 13 172 1 -
CMYK 0.92 0 0.99 0.33
HSL 115.79º 0.99% 0.34% -
HSV(B) 115.79º 0.99% 0.67% -
XYZ 14.92 29.59 4.95 -
YUV 104.97 69.32 62.4 -
System Red Green Blue C M Y K H S L
Decimal 13 172 1 0.92 0 0.99 0.33 115.79 0.99 0.34
Hex D AC 1 5C 0 63 21 74 63 22
Octal 15 254 1 134 0 143 41 164 143 42
Binary 1101 10101100 1 1011100 0 1100011 100001 1110100 1100011 100010

Color Harmonies of #0DAC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAC01

Black with #0DAC01

Text Example


Text Example

White with #0DAC01

Text Example


Text Example

HTML Codes & Css Web 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>