Shades of Islamic Green #019C08
Tints of Islamic Green #019C08
RGB
CMYK
RGB Variations
Color information
#019C08 (or 0x019C08) is known color: Islamic Green. HEX triplet: 01, 9C and 08. RGB value is (1,156,8). Sum of RGB (Red+Green+Blue) = 1+156+8=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 156 (61.33% from 255 or 94.55% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 156 - color contains mainly: green. Hex color #019C08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019C08 is #FE63F7. Grayscale: #5D5D5D. Windows color (decimal): -16671736 or 564225. OLE color: 564225.
HSL color Cylindrical-coordinate representation of color #019C08: hue angle of 122.71º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019C08 is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 156 | 8 | - |
| CMYK | 0.99 | 0 | 0.95 | 0.39 |
| HSL | 122.71º | 0.99% | 0.31% | - |
| HSV(B) | 122.71º | 0.99% | 0.61% | - |
| XYZ | 11.94 | 23.8 | 4.19 | - |
| YUV | 92.78 | 80.15 | 62.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 156 | 8 | 0.99 | 0 | 0.95 | 0.39 | 122.71 | 0.99 | 0.31 |
| Hex | 1 | 9C | 8 | 63 | 0 | 5F | 27 | 7B | 63 | 1F |
| Octal | 1 | 234 | 10 | 143 | 0 | 137 | 47 | 173 | 143 | 37 |
| Binary | 1 | 10011100 | 1000 | 1100011 | 0 | 1011111 | 100111 | 1111011 | 1100011 | 11111 |
Color Harmonies of #019C08
Complementary color
Monochromatic Colors of #019C08
Black with #019C08
Text Example
Text Example
White with #019C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019C08; }
p { color: rgb(1,156,8); }
H1.HeaderClassName
{
color: #019C08;
}
.AnyTagClassName
{
color: #019C08;
}
</style>
background-color css
<style>
a { background-color: #019C08; }
a { background-color: rgb(1,156,8); }
div.DivClassName
{
background-color: #019C08;
}
.BgClassName
{
background-color: #019C08;
}
</style>
border-color css
<style>
span { border-color: #019C08; }
span { border-color: rgb(1,156,8); }
td.TdClassName
{
border-color: #019C08;
}
.TagClassName
{
border-color: #019C08;
}
</style>