Shades of Islamic Green #05951A
Tints of Islamic Green #05951A
RGB
CMYK
RGB Variations
Color information
#05951A (or 0x05951A) is known color: Islamic Green. HEX triplet: 05, 95 and 1A. RGB value is (5,149,26). Sum of RGB (Red+Green+Blue) = 5+149+26=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 149 (58.59% from 255 or 82.78% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 149 - color contains mainly: green. Hex color #05951A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05951A is #FA6AE5. Grayscale: #5C5C5C. Windows color (decimal): -16411366 or 1742085. OLE color: 1742085.
HSL color Cylindrical-coordinate representation of color #05951A: hue angle of 128.75º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05951A is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 149 | 26 | - |
| CMYK | 0.97 | 0 | 0.83 | 0.42 |
| HSL | 128.75º | 0.94% | 0.3% | - |
| HSV(B) | 128.75º | 0.97% | 0.58% | - |
| XYZ | 11 | 21.6 | 4.57 | - |
| YUV | 91.92 | 90.79 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 149 | 26 | 0.97 | 0 | 0.83 | 0.42 | 128.75 | 0.94 | 0.3 |
| Hex | 5 | 95 | 1A | 61 | 0 | 53 | 2A | 81 | 5E | 1E |
| Octal | 5 | 225 | 32 | 141 | 0 | 123 | 52 | 201 | 136 | 36 |
| Binary | 101 | 10010101 | 11010 | 1100001 | 0 | 1010011 | 101010 | 10000001 | 1011110 | 11110 |
Color Harmonies of #05951A
Complementary color
Monochromatic Colors of #05951A
Black with #05951A
Text Example
Text Example
White with #05951A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05951A; }
p { color: rgb(5,149,26); }
H1.HeaderClassName
{
color: #05951A;
}
.AnyTagClassName
{
color: #05951A;
}
</style>
background-color css
<style>
a { background-color: #05951A; }
a { background-color: rgb(5,149,26); }
div.DivClassName
{
background-color: #05951A;
}
.BgClassName
{
background-color: #05951A;
}
</style>
border-color css
<style>
span { border-color: #05951A; }
span { border-color: rgb(5,149,26); }
td.TdClassName
{
border-color: #05951A;
}
.TagClassName
{
border-color: #05951A;
}
</style>