Shades of Islamic Green #12C900
Tints of Islamic Green #12C900
RGB
CMYK
RGB Variations
Color information
#12C900 (or 0x12C900) is known color: Islamic Green. HEX triplet: 12, C9 and 00. RGB value is (18,201,0). Sum of RGB (Red+Green+Blue) = 18+201+0=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 201 (78.91% from 255 or 91.78% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 201 - color contains mainly: green. Hex color #12C900 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C900 is #ED36FF. Grayscale: #7B7B7B. Windows color (decimal): -15546112 or 51474. OLE color: 51474.
HSL color Cylindrical-coordinate representation of color #12C900: hue angle of 114.63º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12C900 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 201 | 0 | - |
| CMYK | 0.91 | 0 | 1 | 0.21 |
| HSL | 114.63º | 1% | 0.39% | - |
| HSV(B) | 114.63º | 1% | 0.79% | - |
| XYZ | 21.14 | 41.9 | 6.97 | - |
| YUV | 123.37 | 58.37 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 201 | 0 | 0.91 | 0 | 1 | 0.21 | 114.63 | 1 | 0.39 |
| Hex | 12 | C9 | 0 | 5B | 0 | 64 | 15 | 73 | 64 | 27 |
| Octal | 22 | 311 | 0 | 133 | 0 | 144 | 25 | 163 | 144 | 47 |
| Binary | 10010 | 11001001 | 0 | 1011011 | 0 | 1100100 | 10101 | 1110011 | 1100100 | 100111 |
Color Harmonies of #12C900
Complementary color
Monochromatic Colors of #12C900
Black with #12C900
Text Example
Text Example
White with #12C900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C900; }
p { color: rgb(18,201,0); }
H1.HeaderClassName
{
color: #12C900;
}
.AnyTagClassName
{
color: #12C900;
}
</style>
background-color css
<style>
a { background-color: #12C900; }
a { background-color: rgb(18,201,0); }
div.DivClassName
{
background-color: #12C900;
}
.BgClassName
{
background-color: #12C900;
}
</style>
border-color css
<style>
span { border-color: #12C900; }
span { border-color: rgb(18,201,0); }
td.TdClassName
{
border-color: #12C900;
}
.TagClassName
{
border-color: #12C900;
}
</style>