Shades of Islamic Green #0FA206
Tints of Islamic Green #0FA206
RGB
CMYK
RGB Variations
Color information
#0FA206 (or 0x0FA206) is known color: Islamic Green. HEX triplet: 0F, A2 and 06. RGB value is (15,162,6). Sum of RGB (Red+Green+Blue) = 15+162+6=183 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.20% from 183); Green value is 162 (63.67% from 255 or 88.52% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA206 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA206 is #F05DF9. Grayscale: #646464. Windows color (decimal): -15752698 or 434703. OLE color: 434703.
HSL color Cylindrical-coordinate representation of color #0FA206: hue angle of 116.54º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0FA206 is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 162 | 6 | - |
| CMYK | 0.91 | 0 | 0.96 | 0.36 |
| HSL | 116.54º | 0.93% | 0.33% | - |
| HSV(B) | 116.54º | 0.96% | 0.64% | - |
| XYZ | 13.15 | 25.96 | 4.49 | - |
| YUV | 100.26 | 74.8 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 162 | 6 | 0.91 | 0 | 0.96 | 0.36 | 116.54 | 0.93 | 0.33 |
| Hex | F | A2 | 6 | 5B | 0 | 60 | 24 | 75 | 5D | 21 |
| Octal | 17 | 242 | 6 | 133 | 0 | 140 | 44 | 165 | 135 | 41 |
| Binary | 1111 | 10100010 | 110 | 1011011 | 0 | 1100000 | 100100 | 1110101 | 1011101 | 100001 |
Color Harmonies of #0FA206
Complementary color
Monochromatic Colors of #0FA206
Black with #0FA206
Text Example
Text Example
White with #0FA206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA206; }
p { color: rgb(15,162,6); }
H1.HeaderClassName
{
color: #0FA206;
}
.AnyTagClassName
{
color: #0FA206;
}
</style>
background-color css
<style>
a { background-color: #0FA206; }
a { background-color: rgb(15,162,6); }
div.DivClassName
{
background-color: #0FA206;
}
.BgClassName
{
background-color: #0FA206;
}
</style>
border-color css
<style>
span { border-color: #0FA206; }
span { border-color: rgb(15,162,6); }
td.TdClassName
{
border-color: #0FA206;
}
.TagClassName
{
border-color: #0FA206;
}
</style>