Html Css Color HEX #01AD0A Islamic Green

📋 copy color: '#01AD0A'

red 1 ◦ green 173 ◦ blue 10

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

Shades of Islamic Green #01AD0A

Tints of Islamic Green #01AD0A

RGB

 RED value IS 1 (0.78% from 255) = 0.54%

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

 BLUE value IS 10 (4.3% from 255) = 5.43%

R = 0.54%
G = 94.02%
B = 5.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#01AD0A (or 0x01AD0A) is known color: Islamic Green. HEX triplet: 01, AD and 0A. RGB value is (1,173,10). Sum of RGB (Red+Green+Blue) = 1+173+10=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 173 (67.97% from 255 or 94.02% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01AD0A is #FE52F5. Grayscale: #676767. Windows color (decimal): -16667382 or 699649. OLE color: 699649.

HSL color Cylindrical-coordinate representation of color #01AD0A: hue angle of 123.14º 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 #01AD0A is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 1 173 10 -
CMYK 0.99 0 0.94 0.32
HSL 123.14º 0.99% 0.34% -
HSV(B) 123.14º 0.99% 0.68% -
XYZ 15.01 29.92 5.27 -
YUV 102.99 75.52 55.25 -
System Red Green Blue C M Y K H S L
Decimal 1 173 10 0.99 0 0.94 0.32 123.14 0.99 0.34
Hex 1 AD A 63 0 5E 20 7B 63 22
Octal 1 255 12 143 0 136 40 173 143 42
Binary 1 10101101 1010 1100011 0 1011110 100000 1111011 1100011 100010

Color Harmonies of #01AD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AD0A

Black with #01AD0A

Text Example


Text Example

White with #01AD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01AD0A;
 }
 .AnyTagClassName
 {
   color: #01AD0A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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