#0FB913

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

Shades of Islamic Green #0FB913

Tints of Islamic Green #0FB913

Color information

#0FB913 (or 0x0FB913) is unknown color: approx Islamic Green. HEX triplet: 0F, B9 and 13. RGB value is (15,185,19). Sum of RGB (Red+Green+Blue) = 15+185+19=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 185 (72.66% from 255 or 84.47% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB913 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FB913 is #F046EC. Grayscale: #737373. Windows color (decimal): -15746797 or 1292559. OLE color: 1292559.

HSL color Cylindrical-coordinate representation of color #0FB913: hue angle of 121.41º 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 #0FB913 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB1518519-
CMYK0.9200.900.27
HSL121.41º85%39.22%-
HSV(B)121.41º91.89%72.55%-
XYZ17.6634.856.41-
YUV115.2573.6856.5-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.85%
GREEN value IS 185 (72.66% from 255) = 84.47%
BLUE value IS 19 (7.81% from 255) = 8.68%
R=6.85%
G=84.47%
B=8.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15185190.9200.900.27121.418539.22
HexFB9135C05A1B795527
Octal172712313401323317112547
Binary111110111001100111011100010110101101111110011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,185,19); }

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

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

 a { background-color: rgb(15,185,19); }

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

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

 span { border-color: rgb(15,185,19); }

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