Shades of Islamic Green #08A31B
Tints of Islamic Green #08A31B
RGB
CMYK
RGB Variations
Color information
#08A31B (or 0x08A31B) is known color: Islamic Green. HEX triplet: 08, A3 and 1B. RGB value is (8,163,27). Sum of RGB (Red+Green+Blue) = 8+163+27=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 163 (64.06% from 255 or 82.32% from 198); Blue value is 27 (10.94% from 255 or 13.64% from 198); Max value from RGB is 163 - color contains mainly: green. Hex color #08A31B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08A31B is #F75CE4. Grayscale: #656565. Windows color (decimal): -16211173 or 1811208. OLE color: 1811208.
HSL color Cylindrical-coordinate representation of color #08A31B: hue angle of 127.35º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A31B is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 163 | 27 | - |
| CMYK | 0.95 | 0 | 0.83 | 0.36 |
| HSL | 127.35º | 0.91% | 0.34% | - |
| HSV(B) | 127.35º | 0.95% | 0.64% | - |
| XYZ | 13.4 | 26.33 | 5.41 | - |
| YUV | 101.15 | 86.15 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 163 | 27 | 0.95 | 0 | 0.83 | 0.36 | 127.35 | 0.91 | 0.34 |
| Hex | 8 | A3 | 1B | 5F | 0 | 53 | 24 | 7F | 5B | 22 |
| Octal | 10 | 243 | 33 | 137 | 0 | 123 | 44 | 177 | 133 | 42 |
| Binary | 1000 | 10100011 | 11011 | 1011111 | 0 | 1010011 | 100100 | 1111111 | 1011011 | 100010 |
Color Harmonies of #08A31B
Complementary color
Monochromatic Colors of #08A31B
Black with #08A31B
Text Example
Text Example
White with #08A31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A31B; }
p { color: rgb(8,163,27); }
H1.HeaderClassName
{
color: #08A31B;
}
.AnyTagClassName
{
color: #08A31B;
}
</style>
background-color css
<style>
a { background-color: #08A31B; }
a { background-color: rgb(8,163,27); }
div.DivClassName
{
background-color: #08A31B;
}
.BgClassName
{
background-color: #08A31B;
}
</style>
border-color css
<style>
span { border-color: #08A31B; }
span { border-color: rgb(8,163,27); }
td.TdClassName
{
border-color: #08A31B;
}
.TagClassName
{
border-color: #08A31B;
}
</style>