#0FA50C

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

Shades of Islamic Green #0FA50C

Tints of Islamic Green #0FA50C

Color information

#0FA50C (or 0x0FA50C) is unknown color: approx Islamic Green. HEX triplet: 0F, A5 and 0C. RGB value is (15,165,12). Sum of RGB (Red+Green+Blue) = 15+165+12=192 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.81% from 192); Green value is 165 (64.84% from 255 or 85.94% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 165 - color contains mainly: green. Hex color #0FA50C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA50C is #F05AF3. Grayscale: #676767. Windows color (decimal): -15751924 or 828687. OLE color: 828687.

HSL color Cylindrical-coordinate representation of color #0FA50C: hue angle of 118.82º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FA50C is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB1516512-
CMYK0.9100.930.35
HSL118.82º86.44%34.71%-
HSV(B)118.82º92.73%64.71%-
XYZ13.7227.044.84-
YUV102.7176.8165.44-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.81%
GREEN value IS 165 (64.84% from 255) = 85.94%
BLUE value IS 12 (5.08% from 255) = 6.25%
R=7.81%
G=85.94%
B=6.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15165120.9100.930.35118.8286.4434.71
HexFA5C5B05D23775623
Octal172451413301354316712643
Binary111110100101110010110110101110110001111101111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,165,12); }

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

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

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

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

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

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

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