#0FBA16

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

Shades of Islamic Green #0FBA16

Tints of Islamic Green #0FBA16

Color information

#0FBA16 (or 0x0FBA16) is unknown color: approx Islamic Green. HEX triplet: 0F, BA and 16. RGB value is (15,186,22). Sum of RGB (Red+Green+Blue) = 15+186+22=223 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.73% from 223); Green value is 186 (73.05% from 255 or 83.41% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBA16 is #F045E9. Grayscale: #747474. Windows color (decimal): -15746538 or 1489423. OLE color: 1489423.

HSL color Cylindrical-coordinate representation of color #0FBA16: hue angle of 122.46º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBA16 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB1518622-
CMYK0.9200.880.27
HSL122.46º85.07%39.41%-
HSV(B)122.46º91.94%72.94%-
XYZ17.935.286.62-
YUV116.1774.8555.84-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.73%
GREEN value IS 186 (73.05% from 255) = 83.41%
BLUE value IS 22 (8.98% from 255) = 9.87%
R=6.73%
G=83.41%
B=9.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15186220.9200.880.27122.4685.0739.41
HexFBA165C0581B7a5527
Octal172722613401303317212547
Binary111110111010101101011100010110001101111110101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBA16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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