Shades of Islamic Green #09C014
Tints of Islamic Green #09C014
RGB
CMYK
RGB Variations
Color information
#09C014 (or 0x09C014) is known color: Islamic Green. HEX triplet: 09, C0 and 14. RGB value is (9,192,20). Sum of RGB (Red+Green+Blue) = 9+192+20=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 192 (75.39% from 255 or 86.88% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 192 - color contains mainly: green. Hex color #09C014 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09C014 is #F63FEB. Grayscale: #767676. Windows color (decimal): -16138220 or 1359881. OLE color: 1359881.
HSL color Cylindrical-coordinate representation of color #09C014: hue angle of 123.61º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C014 is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 192 | 20 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.25 |
| HSL | 123.61º | 0.91% | 0.39% | - |
| HSV(B) | 123.61º | 0.95% | 0.75% | - |
| XYZ | 19.09 | 37.81 | 6.95 | - |
| YUV | 117.68 | 72.87 | 50.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 192 | 20 | 0.95 | 0 | 0.90 | 0.25 | 123.61 | 0.91 | 0.39 |
| Hex | 9 | C0 | 14 | 5F | 0 | 5A | 19 | 7C | 5B | 27 |
| Octal | 11 | 300 | 24 | 137 | 0 | 132 | 31 | 174 | 133 | 47 |
| Binary | 1001 | 11000000 | 10100 | 1011111 | 0 | 1011010 | 11001 | 1111100 | 1011011 | 100111 |
Color Harmonies of #09C014
Complementary color
Monochromatic Colors of #09C014
Black with #09C014
Text Example
Text Example
White with #09C014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C014; }
p { color: rgb(9,192,20); }
H1.HeaderClassName
{
color: #09C014;
}
.AnyTagClassName
{
color: #09C014;
}
</style>
background-color css
<style>
a { background-color: #09C014; }
a { background-color: rgb(9,192,20); }
div.DivClassName
{
background-color: #09C014;
}
.BgClassName
{
background-color: #09C014;
}
</style>
border-color css
<style>
span { border-color: #09C014; }
span { border-color: rgb(9,192,20); }
td.TdClassName
{
border-color: #09C014;
}
.TagClassName
{
border-color: #09C014;
}
</style>