#0FB114

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

Shades of Islamic Green #0FB114

Tints of Islamic Green #0FB114

Color information

#0FB114 (or 0x0FB114) is unknown color: approx Islamic Green. HEX triplet: 0F, B1 and 14. RGB value is (15,177,20). Sum of RGB (Red+Green+Blue) = 15+177+20=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 177 (69.53% from 255 or 83.49% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB114 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FB114 is #F04EEB. Grayscale: #6F6F6F. Windows color (decimal): -15748844 or 1356047. OLE color: 1356047.

HSL color Cylindrical-coordinate representation of color #0FB114: hue angle of 121.85º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB114 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB1517720-
CMYK0.9200.890.31
HSL121.85º84.38%37.65%-
HSV(B)121.85º91.53%69.41%-
XYZ16.0531.65.91-
YUV110.6676.8359.77-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.08%
GREEN value IS 177 (69.53% from 255) = 83.49%
BLUE value IS 20 (8.20% from 255) = 9.43%
R=7.08%
G=83.49%
B=9.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15177200.9200.890.31121.8584.3837.65
HexFB1145C0591F7a5426
Octal172612413401313717212446
Binary111110110001101001011100010110011111111110101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,177,20); }

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

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

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

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

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

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

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