Html Css Color HEX #01AC16 Islamic Green

📋 copy color: '#01AC16'

red 1 ◦ green 172 ◦ blue 22

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

Shades of Islamic Green #01AC16

Tints of Islamic Green #01AC16

RGB

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

 GREEN value IS 172 (67.58% from 255) = 88.21%

 BLUE value IS 22 (8.98% from 255) = 11.28%

R = 0.51%
G = 88.21%
B = 11.28%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#01AC16 (or 0x01AC16) is known color: Islamic Green. HEX triplet: 01, AC and 16. RGB value is (1,172,22). Sum of RGB (Red+Green+Blue) = 1+172+22=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 172 (67.58% from 255 or 88.21% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01AC16 is #FE53E9. Grayscale: #686868. Windows color (decimal): -16667626 or 1485825. OLE color: 1485825.

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

Color convert

RGB 1 172 22 -
CMYK 0.99 0 0.87 0.33
HSL 127.37º 0.99% 0.34% -
HSV(B) 127.37º 0.99% 0.67% -
XYZ 14.91 29.57 5.68 -
YUV 103.77 81.85 54.7 -
System Red Green Blue C M Y K H S L
Decimal 1 172 22 0.99 0 0.87 0.33 127.37 0.99 0.34
Hex 1 AC 16 63 0 57 21 7F 63 22
Octal 1 254 26 143 0 127 41 177 143 42
Binary 1 10101100 10110 1100011 0 1010111 100001 1111111 1100011 100010

Color Harmonies of #01AC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AC16

Black with #01AC16

Text Example


Text Example

White with #01AC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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