Shades of Islamic Green #06A00F
Tints of Islamic Green #06A00F
RGB
CMYK
RGB Variations
Color information
#06A00F (or 0x06A00F) is known color: Islamic Green. HEX triplet: 06, A0 and 0F. RGB value is (6,160,15). Sum of RGB (Red+Green+Blue) = 6+160+15=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 160 (62.89% from 255 or 88.40% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 160 - color contains mainly: green. Hex color #06A00F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06A00F is #F95FF0. Grayscale: #616161. Windows color (decimal): -16343025 or 1024006. OLE color: 1024006.
HSL color Cylindrical-coordinate representation of color #06A00F: hue angle of 123.51º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A00F is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 6 | 160 | 15 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.37 |
| HSL | 123.51º | 0.93% | 0.33% | - |
| HSV(B) | 123.51º | 0.96% | 0.63% | - |
| XYZ | 12.73 | 25.21 | 4.65 | - |
| YUV | 97.42 | 81.48 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 160 | 15 | 0.96 | 0 | 0.91 | 0.37 | 123.51 | 0.93 | 0.33 |
| Hex | 6 | A0 | F | 60 | 0 | 5B | 25 | 7C | 5D | 21 |
| Octal | 6 | 240 | 17 | 140 | 0 | 133 | 45 | 174 | 135 | 41 |
| Binary | 110 | 10100000 | 1111 | 1100000 | 0 | 1011011 | 100101 | 1111100 | 1011101 | 100001 |
Color Harmonies of #06A00F
Complementary color
Monochromatic Colors of #06A00F
Black with #06A00F
Text Example
Text Example
White with #06A00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A00F; }
p { color: rgb(6,160,15); }
H1.HeaderClassName
{
color: #06A00F;
}
.AnyTagClassName
{
color: #06A00F;
}
</style>
background-color css
<style>
a { background-color: #06A00F; }
a { background-color: rgb(6,160,15); }
div.DivClassName
{
background-color: #06A00F;
}
.BgClassName
{
background-color: #06A00F;
}
</style>
border-color css
<style>
span { border-color: #06A00F; }
span { border-color: rgb(6,160,15); }
td.TdClassName
{
border-color: #06A00F;
}
.TagClassName
{
border-color: #06A00F;
}
</style>