Shades of Islamic Green #06BA08
Tints of Islamic Green #06BA08
RGB
CMYK
RGB Variations
Color information
#06BA08 (or 0x06BA08) is known color: Islamic Green. HEX triplet: 06, BA and 08. RGB value is (6,186,8). Sum of RGB (Red+Green+Blue) = 6+186+8=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 186 (73.05% from 255 or 93% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06BA08 is #F945F7. Grayscale: #707070. Windows color (decimal): -16336376 or 571910. OLE color: 571910.
HSL color Cylindrical-coordinate representation of color #06BA08: hue angle of 120.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BA08 is Cyan = 0.97, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 186 | 8 | - |
| CMYK | 0.97 | 0 | 0.96 | 0.27 |
| HSL | 120.67º | 0.94% | 0.38% | - |
| HSV(B) | 120.67º | 0.97% | 0.73% | - |
| XYZ | 17.68 | 35.17 | 6.09 | - |
| YUV | 111.89 | 69.37 | 52.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 186 | 8 | 0.97 | 0 | 0.96 | 0.27 | 120.67 | 0.94 | 0.38 |
| Hex | 6 | BA | 8 | 61 | 0 | 60 | 1B | 79 | 5E | 26 |
| Octal | 6 | 272 | 10 | 141 | 0 | 140 | 33 | 171 | 136 | 46 |
| Binary | 110 | 10111010 | 1000 | 1100001 | 0 | 1100000 | 11011 | 1111001 | 1011110 | 100110 |
Color Harmonies of #06BA08
Complementary color
Monochromatic Colors of #06BA08
Black with #06BA08
Text Example
Text Example
White with #06BA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BA08; }
p { color: rgb(6,186,8); }
H1.HeaderClassName
{
color: #06BA08;
}
.AnyTagClassName
{
color: #06BA08;
}
</style>
background-color css
<style>
a { background-color: #06BA08; }
a { background-color: rgb(6,186,8); }
div.DivClassName
{
background-color: #06BA08;
}
.BgClassName
{
background-color: #06BA08;
}
</style>
border-color css
<style>
span { border-color: #06BA08; }
span { border-color: rgb(6,186,8); }
td.TdClassName
{
border-color: #06BA08;
}
.TagClassName
{
border-color: #06BA08;
}
</style>