Shades of Islamic Green #13C006
Tints of Islamic Green #13C006
RGB
CMYK
RGB Variations
Color information
#13C006 (or 0x13C006) is known color: Islamic Green. HEX triplet: 13, C0 and 06. RGB value is (19,192,6). Sum of RGB (Red+Green+Blue) = 19+192+6=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 192 (75.39% from 255 or 88.48% from 217); Blue value is 6 (2.73% from 255 or 2.76% from 217); Max value from RGB is 192 - color contains mainly: green. Hex color #13C006 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C006 is #EC3FF9. Grayscale: #777777. Windows color (decimal): -15482874 or 442387. OLE color: 442387.
HSL color Cylindrical-coordinate representation of color #13C006: hue angle of 115.81º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #13C006 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 6 | - |
| CMYK | 0.90 | 0 | 0.97 | 0.25 |
| HSL | 115.81º | 0.94% | 0.39% | - |
| HSV(B) | 115.81º | 0.97% | 0.75% | - |
| XYZ | 19.15 | 37.85 | 6.47 | - |
| YUV | 119.07 | 64.19 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 6 | 0.90 | 0 | 0.97 | 0.25 | 115.81 | 0.94 | 0.39 |
| Hex | 13 | C0 | 6 | 5A | 0 | 61 | 19 | 74 | 5E | 27 |
| Octal | 23 | 300 | 6 | 132 | 0 | 141 | 31 | 164 | 136 | 47 |
| Binary | 10011 | 11000000 | 110 | 1011010 | 0 | 1100001 | 11001 | 1110100 | 1011110 | 100111 |
Color Harmonies of #13C006
Complementary color
Monochromatic Colors of #13C006
Black with #13C006
Text Example
Text Example
White with #13C006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C006; }
p { color: rgb(19,192,6); }
H1.HeaderClassName
{
color: #13C006;
}
.AnyTagClassName
{
color: #13C006;
}
</style>
background-color css
<style>
a { background-color: #13C006; }
a { background-color: rgb(19,192,6); }
div.DivClassName
{
background-color: #13C006;
}
.BgClassName
{
background-color: #13C006;
}
</style>
border-color css
<style>
span { border-color: #13C006; }
span { border-color: rgb(19,192,6); }
td.TdClassName
{
border-color: #13C006;
}
.TagClassName
{
border-color: #13C006;
}
</style>