Shades of Islamic Green #0FA405
Tints of Islamic Green #0FA405
RGB
CMYK
RGB Variations
Color information
#0FA405 (or 0x0FA405) is known color: Islamic Green. HEX triplet: 0F, A4 and 05. RGB value is (15,164,5). Sum of RGB (Red+Green+Blue) = 15+164+5=184 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.15% from 184); Green value is 164 (64.45% from 255 or 89.13% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 164 - color contains mainly: green. Hex color #0FA405 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA405 is #F05BFA. Grayscale: #656565. Windows color (decimal): -15752187 or 369679. OLE color: 369679.
HSL color Cylindrical-coordinate representation of color #0FA405: hue angle of 116.23º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0FA405 is Cyan = 0.91, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 164 | 5 | - |
| CMYK | 0.91 | 0 | 0.97 | 0.36 |
| HSL | 116.23º | 0.94% | 0.33% | - |
| HSV(B) | 116.23º | 0.97% | 0.64% | - |
| XYZ | 13.5 | 26.66 | 4.58 | - |
| YUV | 101.32 | 73.64 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 164 | 5 | 0.91 | 0 | 0.97 | 0.36 | 116.23 | 0.94 | 0.33 |
| Hex | F | A4 | 5 | 5B | 0 | 61 | 24 | 74 | 5E | 21 |
| Octal | 17 | 244 | 5 | 133 | 0 | 141 | 44 | 164 | 136 | 41 |
| Binary | 1111 | 10100100 | 101 | 1011011 | 0 | 1100001 | 100100 | 1110100 | 1011110 | 100001 |
Color Harmonies of #0FA405
Complementary color
Monochromatic Colors of #0FA405
Black with #0FA405
Text Example
Text Example
White with #0FA405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA405; }
p { color: rgb(15,164,5); }
H1.HeaderClassName
{
color: #0FA405;
}
.AnyTagClassName
{
color: #0FA405;
}
</style>
background-color css
<style>
a { background-color: #0FA405; }
a { background-color: rgb(15,164,5); }
div.DivClassName
{
background-color: #0FA405;
}
.BgClassName
{
background-color: #0FA405;
}
</style>
border-color css
<style>
span { border-color: #0FA405; }
span { border-color: rgb(15,164,5); }
td.TdClassName
{
border-color: #0FA405;
}
.TagClassName
{
border-color: #0FA405;
}
</style>