Shades of Green Smoke #95A24A
Tints of Green Smoke #95A24A
RGB
CMYK
RGB Variations
Color information
#95A24A (or 0x95A24A) is known color: Green Smoke. HEX triplet: 95, A2 and 4A. RGB value is (149,162,74). Sum of RGB (Red+Green+Blue) = 149+162+74=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 162 - color contains mainly: green. Hex color #95A24A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A24A is #6A5DB5. Grayscale: #949494. Windows color (decimal): -6970806 or 4891285. OLE color: 4891285.
HSL color Cylindrical-coordinate representation of color #95A24A: hue angle of 68.86º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #95A24A is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 162 | 74 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.36 |
| HSL | 68.86º | 0.37% | 0.46% | - |
| HSV(B) | 68.86º | 0.54% | 0.64% | - |
| XYZ | 26.55 | 32.72 | 11.4 | - |
| YUV | 148.08 | 86.19 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 162 | 74 | 0.08 | 0 | 0.54 | 0.36 | 68.86 | 0.37 | 0.46 |
| Hex | 95 | A2 | 4A | 8 | 0 | 36 | 24 | 45 | 25 | 2E |
| Octal | 225 | 242 | 112 | 10 | 0 | 66 | 44 | 105 | 45 | 56 |
| Binary | 10010101 | 10100010 | 1001010 | 1000 | 0 | 110110 | 100100 | 1000101 | 100101 | 101110 |
Color Harmonies of #95A24A
Complementary color
Monochromatic Colors of #95A24A
Black with #95A24A
Text Example
Text Example
White with #95A24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A24A; }
p { color: rgb(149,162,74); }
H1.HeaderClassName
{
color: #95A24A;
}
.AnyTagClassName
{
color: #95A24A;
}
</style>
background-color css
<style>
a { background-color: #95A24A; }
a { background-color: rgb(149,162,74); }
div.DivClassName
{
background-color: #95A24A;
}
.BgClassName
{
background-color: #95A24A;
}
</style>
border-color css
<style>
span { border-color: #95A24A; }
span { border-color: rgb(149,162,74); }
td.TdClassName
{
border-color: #95A24A;
}
.TagClassName
{
border-color: #95A24A;
}
</style>