Shades of Islamic Green #0A950D
Tints of Islamic Green #0A950D
RGB
CMYK
RGB Variations
Color information
#0A950D (or 0x0A950D) is known color: Islamic Green. HEX triplet: 0A, 95 and 0D. RGB value is (10,149,13). Sum of RGB (Red+Green+Blue) = 10+149+13=172 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.81% from 172); Green value is 149 (58.59% from 255 or 86.63% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 149 - color contains mainly: green. Hex color #0A950D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A950D is #F56AF2. Grayscale: #5C5C5C. Windows color (decimal): -16083699 or 890122. OLE color: 890122.
HSL color Cylindrical-coordinate representation of color #0A950D: hue angle of 121.29º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A950D is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 149 | 13 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.42 |
| HSL | 121.3º | 0.87% | 0.31% | - |
| HSV(B) | 121.3º | 0.93% | 0.58% | - |
| XYZ | 10.95 | 21.59 | 3.97 | - |
| YUV | 91.94 | 83.45 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 149 | 13 | 0.93 | 0 | 0.91 | 0.42 | 121.3 | 0.87 | 0.31 |
| Hex | A | 95 | D | 5D | 0 | 5B | 2A | 79 | 57 | 1F |
| Octal | 12 | 225 | 15 | 135 | 0 | 133 | 52 | 171 | 127 | 37 |
| Binary | 1010 | 10010101 | 1101 | 1011101 | 0 | 1011011 | 101010 | 1111001 | 1010111 | 11111 |
Color Harmonies of #0A950D
Complementary color
Monochromatic Colors of #0A950D
Black with #0A950D
Text Example
Text Example
White with #0A950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A950D; }
p { color: rgb(10,149,13); }
H1.HeaderClassName
{
color: #0A950D;
}
.AnyTagClassName
{
color: #0A950D;
}
</style>
background-color css
<style>
a { background-color: #0A950D; }
a { background-color: rgb(10,149,13); }
div.DivClassName
{
background-color: #0A950D;
}
.BgClassName
{
background-color: #0A950D;
}
</style>
border-color css
<style>
span { border-color: #0A950D; }
span { border-color: rgb(10,149,13); }
td.TdClassName
{
border-color: #0A950D;
}
.TagClassName
{
border-color: #0A950D;
}
</style>