Shades of Green Smoke #95A450
Tints of Green Smoke #95A450
RGB
CMYK
RGB Variations
Color information
#95A450 (or 0x95A450) is known color: Green Smoke. HEX triplet: 95, A4 and 50. RGB value is (149,164,80). Sum of RGB (Red+Green+Blue) = 149+164+80=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 164 - color contains mainly: green. Hex color #95A450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A450 is #6A5BAF. Grayscale: #969696. Windows color (decimal): -6970288 or 5285013. OLE color: 5285013.
HSL color Cylindrical-coordinate representation of color #95A450: hue angle of 70.71º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95A450 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 164 | 80 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.36 |
| HSL | 70.71º | 0.34% | 0.48% | - |
| HSV(B) | 70.71º | 0.51% | 0.64% | - |
| XYZ | 27.12 | 33.52 | 12.63 | - |
| YUV | 149.94 | 88.53 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 164 | 80 | 0.09 | 0 | 0.51 | 0.36 | 70.71 | 0.34 | 0.48 |
| Hex | 95 | A4 | 50 | 9 | 0 | 33 | 24 | 47 | 22 | 30 |
| Octal | 225 | 244 | 120 | 11 | 0 | 63 | 44 | 107 | 42 | 60 |
| Binary | 10010101 | 10100100 | 1010000 | 1001 | 0 | 110011 | 100100 | 1000111 | 100010 | 110000 |
Color Harmonies of #95A450
Complementary color
Monochromatic Colors of #95A450
Black with #95A450
Text Example
Text Example
White with #95A450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A450; }
p { color: rgb(149,164,80); }
H1.HeaderClassName
{
color: #95A450;
}
.AnyTagClassName
{
color: #95A450;
}
</style>
background-color css
<style>
a { background-color: #95A450; }
a { background-color: rgb(149,164,80); }
div.DivClassName
{
background-color: #95A450;
}
.BgClassName
{
background-color: #95A450;
}
</style>
border-color css
<style>
span { border-color: #95A450; }
span { border-color: rgb(149,164,80); }
td.TdClassName
{
border-color: #95A450;
}
.TagClassName
{
border-color: #95A450;
}
</style>