#01A112

Color #01A112 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #01A112

Tints of Islamic Green #01A112

Color information

#01A112 (or 0x01A112) is unknown color: approx Islamic Green. HEX triplet: 01, A1 and 12. RGB value is (1,161,18). Sum of RGB (Red+Green+Blue) = 1+161+18=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 161 (63.28% from 255 or 89.44% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 161 - color contains mainly: green. Hex color #01A112 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01A112 is #FE5EED. Grayscale: #616161. Windows color (decimal): -16670446 or 1220865. OLE color: 1220865.

HSL color Cylindrical-coordinate representation of color #01A112: hue angle of 126.38º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A112 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB116118-
CMYK0.9900.890.37
HSL126.38º98.77%31.76%-
HSV(B)126.38º99.38%63.14%-
XYZ12.8725.544.82-
YUV96.8683.4959.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 161 (63.28% from 255) = 89.44%
BLUE value IS 18 (7.42% from 255) = 10%
R=0.56%
G=89.44%
B=10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1161180.9900.890.37126.3898.7731.76
Hex1A11263059257e6320
Octal12412214301314517614340
Binary1101000011001011000110101100110010111111101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,161,18); }

 H1.HeaderClassName
 {
   color: #01A112;
 }
 .AnyTagClassName
 {
   color: #01A112;
 }
</style>
background-color css

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

 a { background-color: rgb(1,161,18); }

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

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

 span { border-color: rgb(1,161,18); }

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