Html Css Color HEX #01AD15 Islamic Green

📋 copy color: '#01AD15'

red 1 ◦ green 173 ◦ blue 21

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

Shades of Islamic Green #01AD15

Tints of Islamic Green #01AD15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.77%

R = 0.51%
G = 88.72%
B = 10.77%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#01AD15 (or 0x01AD15) is known color: Islamic Green. HEX triplet: 01, AD and 15. RGB value is (1,173,21). Sum of RGB (Red+Green+Blue) = 1+173+21=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 173 (67.97% from 255 or 88.72% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01AD15 is #FE52EA. Grayscale: #686868. Windows color (decimal): -16667371 or 1420545. OLE color: 1420545.

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

Color convert

RGB 1 173 21 -
CMYK 0.99 0 0.88 0.32
HSL 126.98º 0.99% 0.34% -
HSV(B) 126.98º 0.99% 0.68% -
XYZ 15.09 29.95 5.69 -
YUV 104.24 81.02 54.36 -
System Red Green Blue C M Y K H S L
Decimal 1 173 21 0.99 0 0.88 0.32 126.98 0.99 0.34
Hex 1 AD 15 63 0 58 20 7F 63 22
Octal 1 255 25 143 0 130 40 177 143 42
Binary 1 10101101 10101 1100011 0 1011000 100000 1111111 1100011 100010

Color Harmonies of #01AD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AD15

Black with #01AD15

Text Example


Text Example

White with #01AD15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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