#0FBF00

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

Shades of Islamic Green #0FBF00

Tints of Islamic Green #0FBF00

Color information

#0FBF00 (or 0x0FBF00) is unknown color: approx Islamic Green. HEX triplet: 0F, BF and 00. RGB value is (15,191,0). Sum of RGB (Red+Green+Blue) = 15+191+0=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 191 (75% from 255 or 92.72% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBF00 is #F040FF. Grayscale: #757575. Windows color (decimal): -15745280 or 48911. OLE color: 48911.

HSL color Cylindrical-coordinate representation of color #0FBF00: hue angle of 115.29º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0FBF00 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB151910-
CMYK0.92010.25
HSL115.29º100%37.45%-
HSV(B)115.29º100%74.9%-
XYZ18.8337.366.22-
YUV116.662.1955.53-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.28%
GREEN value IS 191 (75% from 255) = 92.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=7.28%
G=92.72%
B=0%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1519100.92010.25115.2910037.45
HexFBF05C06419736425
Octal17277013401443116314445
Binary11111011111101011100011001001100111100111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,191,0); }

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

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

 a { background-color: rgb(15,191,0); }

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

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

 span { border-color: rgb(15,191,0); }

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