#0FB90F

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

Shades of Islamic Green #0FB90F

Tints of Islamic Green #0FB90F

Color information

#0FB90F (or 0x0FB90F) is unknown color: approx Islamic Green. HEX triplet: 0F, B9 and 0F. RGB value is (15,185,15). Sum of RGB (Red+Green+Blue) = 15+185+15=215 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.98% from 215); Green value is 185 (72.66% from 255 or 86.05% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB90F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FB90F is #F046F0. Grayscale: #737373. Windows color (decimal): -15746801 or 1030415. OLE color: 1030415.

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

Color convert

RGB1518515-
CMYK0.9200.920.27
HSL120º85%39.22%-
HSV(B)120º91.89%72.55%-
XYZ17.6334.836.25-
YUV114.7971.6856.82-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.98%
GREEN value IS 185 (72.66% from 255) = 86.05%
BLUE value IS 15 (6.25% from 255) = 6.98%
R=6.98%
G=86.05%
B=6.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15185150.9200.920.271208539.22
HexFB9F5C05C1B785527
Octal172711713401343317012547
Binary11111011100111111011100010111001101111110001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB90F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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