Shades of Islamic Green #0FA30F
Tints of Islamic Green #0FA30F
RGB
CMYK
RGB Variations
Color information
#0FA30F (or 0x0FA30F) is known color: Islamic Green. HEX triplet: 0F, A3 and 0F. RGB value is (15,163,15). Sum of RGB (Red+Green+Blue) = 15+163+15=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 163 (64.06% from 255 or 84.46% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA30F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA30F is #F05CF0. Grayscale: #666666. Windows color (decimal): -15752433 or 1024783. OLE color: 1024783.
HSL color Cylindrical-coordinate representation of color #0FA30F: hue angle of 120º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA30F is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 163 | 15 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.36 |
| HSL | 120º | 0.83% | 0.35% | - |
| HSV(B) | 120º | 0.91% | 0.64% | - |
| XYZ | 13.38 | 26.33 | 4.83 | - |
| YUV | 101.88 | 78.97 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 163 | 15 | 0.91 | 0 | 0.91 | 0.36 | 120 | 0.83 | 0.35 |
| Hex | F | A3 | F | 5B | 0 | 5B | 24 | 78 | 53 | 23 |
| Octal | 17 | 243 | 17 | 133 | 0 | 133 | 44 | 170 | 123 | 43 |
| Binary | 1111 | 10100011 | 1111 | 1011011 | 0 | 1011011 | 100100 | 1111000 | 1010011 | 100011 |
Color Harmonies of #0FA30F
Complementary color
Monochromatic Colors of #0FA30F
Black with #0FA30F
Text Example
Text Example
White with #0FA30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA30F; }
p { color: rgb(15,163,15); }
H1.HeaderClassName
{
color: #0FA30F;
}
.AnyTagClassName
{
color: #0FA30F;
}
</style>
background-color css
<style>
a { background-color: #0FA30F; }
a { background-color: rgb(15,163,15); }
div.DivClassName
{
background-color: #0FA30F;
}
.BgClassName
{
background-color: #0FA30F;
}
</style>
border-color css
<style>
span { border-color: #0FA30F; }
span { border-color: rgb(15,163,15); }
td.TdClassName
{
border-color: #0FA30F;
}
.TagClassName
{
border-color: #0FA30F;
}
</style>