#0FBC05

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

Shades of Islamic Green #0FBC05

Tints of Islamic Green #0FBC05

Color information

#0FBC05 (or 0x0FBC05) is unknown color: approx Islamic Green. HEX triplet: 0F, BC and 05. RGB value is (15,188,5). Sum of RGB (Red+Green+Blue) = 15+188+5=208 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.21% from 208); Green value is 188 (73.83% from 255 or 90.38% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBC05 is #F043FA. Grayscale: #737373. Windows color (decimal): -15746043 or 375823. OLE color: 375823.

HSL color Cylindrical-coordinate representation of color #0FBC05: hue angle of 116.72º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0FBC05 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB151885-
CMYK0.9200.970.26
HSL116.72º94.82%37.84%-
HSV(B)116.72º97.34%73.73%-
XYZ18.2136.086.15-
YUV115.4165.6956.38-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.21%
GREEN value IS 188 (73.83% from 255) = 90.38%
BLUE value IS 5 (2.34% from 255) = 2.40%
R=7.21%
G=90.38%
B=2.40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1518850.9200.970.26116.7294.8237.84
HexFBC55C0611A755f26
Octal17274513401413216513746
Binary1111101111001011011100011000011101011101011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,188,5); }

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

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

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

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

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

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

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