#0FAC1C

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

Shades of Islamic Green #0FAC1C

Tints of Islamic Green #0FAC1C

Color information

#0FAC1C (or 0x0FAC1C) is unknown color: approx Islamic Green. HEX triplet: 0F, AC and 1C. RGB value is (15,172,28). Sum of RGB (Red+Green+Blue) = 15+172+28=215 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.98% from 215); Green value is 172 (67.58% from 255 or 80% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAC1C is #F053E3. Grayscale: #6D6D6D. Windows color (decimal): -15750116 or 1879055. OLE color: 1879055.

HSL color Cylindrical-coordinate representation of color #0FAC1C: hue angle of 124.97º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAC1C is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB1517228-
CMYK0.9100.840.33
HSL124.97º83.96%36.67%-
HSV(B)124.97º91.28%67.45%-
XYZ15.1629.696.03-
YUV108.6482.4961.21-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.98%
GREEN value IS 172 (67.58% from 255) = 80%
BLUE value IS 28 (11.33% from 255) = 13.02%
R=6.98%
G=80%
B=13.02%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15172280.9100.840.33124.9783.9636.67
HexFAC1C5B054217d5425
Octal172543413301244117512445
Binary1111101011001110010110110101010010000111111011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAC1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,172,28); }

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

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

 a { background-color: rgb(15,172,28); }

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

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

 span { border-color: rgb(15,172,28); }

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