#0AC112

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

Shades of Islamic Green #0AC112

Tints of Islamic Green #0AC112

Color information

#0AC112 (or 0x0AC112) is unknown color: approx Islamic Green. HEX triplet: 0A, C1 and 12. RGB value is (10,193,18). Sum of RGB (Red+Green+Blue) = 10+193+18=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 193 (75.78% from 255 or 87.33% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC112 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC112 is #F53EED. Grayscale: #767676. Windows color (decimal): -16072430 or 1229066. OLE color: 1229066.

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

Color convert

RGB1019318-
CMYK0.9500.910.24
HSL122.62º90.15%39.8%-
HSV(B)122.62º94.82%75.69%-
XYZ19.338.256.94-
YUV118.3371.3750.73-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.52%
GREEN value IS 193 (75.78% from 255) = 87.33%
BLUE value IS 18 (7.42% from 255) = 8.14%
R=4.52%
G=87.33%
B=8.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal10193180.9500.910.24122.6290.1539.8
HexAC1125F05B187b5a28
Octal123012213701333017313250
Binary101011000001100101011111010110111100011110111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AC112; }

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

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

<style>
 a { background-color: #0AC112; }

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

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

<style>
 span { border-color: #0AC112; }

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

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