#0F920F

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

Shades of Islamic Green #0F920F

Tints of Islamic Green #0F920F

Color information

#0F920F (or 0x0F920F) is unknown color: approx Islamic Green. HEX triplet: 0F, 92 and 0F. RGB value is (15,146,15). Sum of RGB (Red+Green+Blue) = 15+146+15=176 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.52% from 176); Green value is 146 (57.42% from 255 or 82.95% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 146 - color contains mainly: green. Hex color #0F920F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F920F is #F06DF0. Grayscale: #5C5C5C. Windows color (decimal): -15756785 or 1020431. OLE color: 1020431.

HSL color Cylindrical-coordinate representation of color #0F920F: hue angle of 120º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F920F is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB1514615-
CMYK0.9000.900.43
HSL120º81.37%31.57%-
HSV(B)120º89.73%57.25%-
XYZ10.5620.693.89-
YUV91.984.673.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.52%
GREEN value IS 146 (57.42% from 255) = 82.95%
BLUE value IS 15 (6.25% from 255) = 8.52%
R=8.52%
G=82.95%
B=8.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal15146150.9000.900.4312081.3731.57
HexF92F5A05A2B785120
Octal172221713201325317012140
Binary111110010010111110110100101101010101111110001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F920F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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