#0FB20D

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

Shades of Islamic Green #0FB20D

Tints of Islamic Green #0FB20D

Color information

#0FB20D (or 0x0FB20D) is unknown color: approx Islamic Green. HEX triplet: 0F, B2 and 0D. RGB value is (15,178,13). Sum of RGB (Red+Green+Blue) = 15+178+13=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 178 (69.92% from 255 or 86.41% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB20D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FB20D is #F04DF2. Grayscale: #6E6E6E. Windows color (decimal): -15748595 or 897551. OLE color: 897551.

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

Color convert

RGB1517813-
CMYK0.9200.930.30
HSL119.27º86.39%37.45%-
HSV(B)119.27º92.7%69.8%-
XYZ16.1931.975.7-
YUV110.457359.92-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.28%
GREEN value IS 178 (69.92% from 255) = 86.41%
BLUE value IS 13 (5.47% from 255) = 6.31%
R=7.28%
G=86.41%
B=6.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal15178130.9200.930.30119.2786.3937.45
HexFB2D5C05D1E775625
Octal172621513401353616712645
Binary11111011001011011011100010111011111011101111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB20D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,178,13); }

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

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

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

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

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

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

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