#0FBA17

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

Shades of Islamic Green #0FBA17

Tints of Islamic Green #0FBA17

Color information

#0FBA17 (or 0x0FBA17) is unknown color: approx Islamic Green. HEX triplet: 0F, BA and 17. RGB value is (15,186,23). Sum of RGB (Red+Green+Blue) = 15+186+23=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 186 (73.05% from 255 or 83.04% from 224); Blue value is 23 (9.38% from 255 or 10.27% from 224); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBA17 is #F045E8. Grayscale: #747474. Windows color (decimal): -15746537 or 1554959. OLE color: 1554959.

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

Color convert

RGB1518623-
CMYK0.9200.880.27
HSL122.81º85.07%39.41%-
HSV(B)122.81º91.94%72.94%-
XYZ17.9135.286.68-
YUV116.2975.3555.75-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.70%
GREEN value IS 186 (73.05% from 255) = 83.04%
BLUE value IS 23 (9.38% from 255) = 10.27%
R=6.70%
G=83.04%
B=10.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15186230.9200.880.27122.8185.0739.41
HexFBA175C0581B7b5527
Octal172722713401303317312547
Binary111110111010101111011100010110001101111110111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBA17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,186,23); }

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

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

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

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

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

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

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