Html Css Color HEX #0DAD01 Islamic Green

📋 copy color: '#0DAD01'

red 13 ◦ green 173 ◦ blue 1

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

Shades of Islamic Green #0DAD01

Tints of Islamic Green #0DAD01

RGB

 RED value IS 13 (5.47% from 255) = 6.95%

 GREEN value IS 173 (67.97% from 255) = 92.51%

 BLUE value IS 1 (0.78% from 255) = 0.53%

R = 6.95%
G = 92.51%
B = 0.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#0DAD01 (or 0x0DAD01) is known color: Islamic Green. HEX triplet: 0D, AD and 01. RGB value is (13,173,1). Sum of RGB (Red+Green+Blue) = 13+173+1=187 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.95% from 187); Green value is 173 (67.97% from 255 or 92.51% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAD01 is #F252FE. Grayscale: #6A6A6A. Windows color (decimal): -15880959 or 109837. OLE color: 109837.

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

Color convert

RGB 13 173 1 -
CMYK 0.92 0 0.99 0.32
HSL 115.81º 0.99% 0.34% -
HSV(B) 115.81º 0.99% 0.68% -
XYZ 15.12 29.97 5.02 -
YUV 105.55 68.99 61.99 -
System Red Green Blue C M Y K H S L
Decimal 13 173 1 0.92 0 0.99 0.32 115.81 0.99 0.34
Hex D AD 1 5C 0 63 20 74 63 22
Octal 15 255 1 134 0 143 40 164 143 42
Binary 1101 10101101 1 1011100 0 1100011 100000 1110100 1100011 100010

Color Harmonies of #0DAD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAD01

Black with #0DAD01

Text Example


Text Example

White with #0DAD01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DAD01;
 }
 .AnyTagClassName
 {
   color: #0DAD01;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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