Shades of Green Smoke #94A25A
Tints of Green Smoke #94A25A
RGB
CMYK
RGB Variations
Color information
#94A25A (or 0x94A25A) is known color: Green Smoke. HEX triplet: 94, A2 and 5A. RGB value is (148,162,90). Sum of RGB (Red+Green+Blue) = 148+162+90=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 162 - color contains mainly: green. Hex color #94A25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A25A is #6B5DA5. Grayscale: #959595. Windows color (decimal): -7036326 or 5939860. OLE color: 5939860.
HSL color Cylindrical-coordinate representation of color #94A25A: hue angle of 71.67º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #94A25A is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 162 | 90 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.36 |
| HSL | 71.67º | 0.29% | 0.49% | - |
| HSV(B) | 71.67º | 0.44% | 0.64% | - |
| XYZ | 26.98 | 32.87 | 14.6 | - |
| YUV | 149.61 | 94.36 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 162 | 90 | 0.09 | 0 | 0.44 | 0.36 | 71.67 | 0.29 | 0.49 |
| Hex | 94 | A2 | 5A | 9 | 0 | 2C | 24 | 48 | 1D | 31 |
| Octal | 224 | 242 | 132 | 11 | 0 | 54 | 44 | 110 | 35 | 61 |
| Binary | 10010100 | 10100010 | 1011010 | 1001 | 0 | 101100 | 100100 | 1001000 | 11101 | 110001 |
Color Harmonies of #94A25A
Complementary color
Monochromatic Colors of #94A25A
Black with #94A25A
Text Example
Text Example
White with #94A25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A25A; }
p { color: rgb(148,162,90); }
H1.HeaderClassName
{
color: #94A25A;
}
.AnyTagClassName
{
color: #94A25A;
}
</style>
background-color css
<style>
a { background-color: #94A25A; }
a { background-color: rgb(148,162,90); }
div.DivClassName
{
background-color: #94A25A;
}
.BgClassName
{
background-color: #94A25A;
}
</style>
border-color css
<style>
span { border-color: #94A25A; }
span { border-color: rgb(148,162,90); }
td.TdClassName
{
border-color: #94A25A;
}
.TagClassName
{
border-color: #94A25A;
}
</style>