#0FA116

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

Shades of Islamic Green #0FA116

Tints of Islamic Green #0FA116

Color information

#0FA116 (or 0x0FA116) is unknown color: approx Islamic Green. HEX triplet: 0F, A1 and 16. RGB value is (15,161,22). Sum of RGB (Red+Green+Blue) = 15+161+22=198 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.58% from 198); Green value is 161 (63.28% from 255 or 81.31% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA116 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA116 is #F05EE9. Grayscale: #656565. Windows color (decimal): -15752938 or 1483023. OLE color: 1483023.

HSL color Cylindrical-coordinate representation of color #0FA116: hue angle of 122.88º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA116 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB1516122-
CMYK0.9100.860.37
HSL122.88º82.95%34.51%-
HSV(B)122.88º90.68%63.14%-
XYZ13.0925.655.02-
YUV101.583.1366.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.58%
GREEN value IS 161 (63.28% from 255) = 81.31%
BLUE value IS 22 (8.98% from 255) = 11.11%
R=7.58%
G=81.31%
B=11.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal15161220.9100.860.37122.8882.9534.51
HexFA1165B056257b5323
Octal172412613301264517312343
Binary1111101000011011010110110101011010010111110111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,161,22); }

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

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

 a { background-color: rgb(15,161,22); }

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

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

 span { border-color: rgb(15,161,22); }

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