Shades of Green Smoke #95A250
Tints of Green Smoke #95A250
RGB
CMYK
RGB Variations
Color information
#95A250 (or 0x95A250) is known color: Green Smoke. HEX triplet: 95, A2 and 50. RGB value is (149,162,80). Sum of RGB (Red+Green+Blue) = 149+162+80=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 162 - color contains mainly: green. Hex color #95A250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A250 is #6A5DAF. Grayscale: #959595. Windows color (decimal): -6970800 or 5284501. OLE color: 5284501.
HSL color Cylindrical-coordinate representation of color #95A250: hue angle of 69.51º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95A250 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 162 | 80 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.36 |
| HSL | 69.51º | 0.34% | 0.47% | - |
| HSV(B) | 69.51º | 0.51% | 0.64% | - |
| XYZ | 26.76 | 32.81 | 12.51 | - |
| YUV | 148.77 | 89.19 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 162 | 80 | 0.08 | 0 | 0.51 | 0.36 | 69.51 | 0.34 | 0.47 |
| Hex | 95 | A2 | 50 | 8 | 0 | 33 | 24 | 46 | 22 | 2F |
| Octal | 225 | 242 | 120 | 10 | 0 | 63 | 44 | 106 | 42 | 57 |
| Binary | 10010101 | 10100010 | 1010000 | 1000 | 0 | 110011 | 100100 | 1000110 | 100010 | 101111 |
Color Harmonies of #95A250
Complementary color
Monochromatic Colors of #95A250
Black with #95A250
Text Example
Text Example
White with #95A250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A250; }
p { color: rgb(149,162,80); }
H1.HeaderClassName
{
color: #95A250;
}
.AnyTagClassName
{
color: #95A250;
}
</style>
background-color css
<style>
a { background-color: #95A250; }
a { background-color: rgb(149,162,80); }
div.DivClassName
{
background-color: #95A250;
}
.BgClassName
{
background-color: #95A250;
}
</style>
border-color css
<style>
span { border-color: #95A250; }
span { border-color: rgb(149,162,80); }
td.TdClassName
{
border-color: #95A250;
}
.TagClassName
{
border-color: #95A250;
}
</style>