#0FB316

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

Shades of Islamic Green #0FB316

Tints of Islamic Green #0FB316

Color information

#0FB316 (or 0x0FB316) is unknown color: approx Islamic Green. HEX triplet: 0F, B3 and 16. RGB value is (15,179,22). Sum of RGB (Red+Green+Blue) = 15+179+22=216 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.94% from 216); Green value is 179 (70.31% from 255 or 82.87% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB316 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FB316 is #F04CE9. Grayscale: #707070. Windows color (decimal): -15748330 or 1487631. OLE color: 1487631.

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

Color convert

RGB1517922-
CMYK0.9200.880.30
HSL122.56º84.54%38.04%-
HSV(B)122.56º91.62%70.2%-
XYZ16.4632.46.15-
YUV112.0777.1758.77-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.94%
GREEN value IS 179 (70.31% from 255) = 82.87%
BLUE value IS 22 (8.98% from 255) = 10.19%
R=6.94%
G=82.87%
B=10.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal15179220.9200.880.30122.5684.5438.04
HexFB3165C0581E7b5526
Octal172632613401303617312546
Binary111110110011101101011100010110001111011110111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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