Shades of Islamic Green #08C30A
Tints of Islamic Green #08C30A
RGB
CMYK
RGB Variations
Color information
#08C30A (or 0x08C30A) is known color: Islamic Green. HEX triplet: 08, C3 and 0A. RGB value is (8,195,10). Sum of RGB (Red+Green+Blue) = 8+195+10=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 195 (76.56% from 255 or 91.55% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 195 - color contains mainly: green. Hex color #08C30A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08C30A is #F73CF5. Grayscale: #767676. Windows color (decimal): -16202998 or 705288. OLE color: 705288.
HSL color Cylindrical-coordinate representation of color #08C30A: hue angle of 120.64º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C30A is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 195 | 10 | - |
| CMYK | 0.96 | 0 | 0.95 | 0.24 |
| HSL | 120.64º | 0.92% | 0.4% | - |
| HSV(B) | 120.64º | 0.96% | 0.76% | - |
| XYZ | 19.67 | 39.1 | 6.8 | - |
| YUV | 118 | 67.05 | 49.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 195 | 10 | 0.96 | 0 | 0.95 | 0.24 | 120.64 | 0.92 | 0.4 |
| Hex | 8 | C3 | A | 60 | 0 | 5F | 18 | 79 | 5C | 28 |
| Octal | 10 | 303 | 12 | 140 | 0 | 137 | 30 | 171 | 134 | 50 |
| Binary | 1000 | 11000011 | 1010 | 1100000 | 0 | 1011111 | 11000 | 1111001 | 1011100 | 101000 |
Color Harmonies of #08C30A
Complementary color
Monochromatic Colors of #08C30A
Black with #08C30A
Text Example
Text Example
White with #08C30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C30A; }
p { color: rgb(8,195,10); }
H1.HeaderClassName
{
color: #08C30A;
}
.AnyTagClassName
{
color: #08C30A;
}
</style>
background-color css
<style>
a { background-color: #08C30A; }
a { background-color: rgb(8,195,10); }
div.DivClassName
{
background-color: #08C30A;
}
.BgClassName
{
background-color: #08C30A;
}
</style>
border-color css
<style>
span { border-color: #08C30A; }
span { border-color: rgb(8,195,10); }
td.TdClassName
{
border-color: #08C30A;
}
.TagClassName
{
border-color: #08C30A;
}
</style>