#01C112

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

Shades of Islamic Green #01C112

Tints of Islamic Green #01C112

Color information

#01C112 (or 0x01C112) is unknown color: approx Islamic Green. HEX triplet: 01, C1 and 12. RGB value is (1,193,18). Sum of RGB (Red+Green+Blue) = 1+193+18=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 193 (75.78% from 255 or 91.04% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 193 - color contains mainly: green. Hex color #01C112 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C112 is #FE3EED. Grayscale: #747474. Windows color (decimal): -16662254 or 1229057. OLE color: 1229057.

HSL color Cylindrical-coordinate representation of color #01C112: hue angle of 125.31º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C112 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB119318-
CMYK0.9900.910.24
HSL125.31º98.97%38.04%-
HSV(B)125.31º99.48%75.69%-
XYZ19.1938.196.93-
YUV115.6472.8946.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 193 (75.78% from 255) = 91.04%
BLUE value IS 18 (7.42% from 255) = 8.49%
R=0.47%
G=91.04%
B=8.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1193180.9900.910.24125.3198.9738.04
Hex1C1126305B187d6326
Octal13012214301333017514346
Binary111000001100101100011010110111100011111011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01C112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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