Shades of Chelsea Cucumber #94AD5D
Tints of Chelsea Cucumber #94AD5D
RGB
CMYK
RGB Variations
Color information
#94AD5D (or 0x94AD5D) is known color: Chelsea Cucumber. HEX triplet: 94, AD and 5D. RGB value is (148,173,93). Sum of RGB (Red+Green+Blue) = 148+173+93=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AD5D is #6B52A2. Grayscale: #9C9C9C. Windows color (decimal): -7033507 or 6139284. OLE color: 6139284.
HSL color Cylindrical-coordinate representation of color #94AD5D: hue angle of 78.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #94AD5D is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 173 | 93 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.32 |
| HSL | 78.75º | 0.33% | 0.52% | - |
| HSV(B) | 78.75º | 0.46% | 0.68% | - |
| XYZ | 29.13 | 36.97 | 15.96 | - |
| YUV | 156.41 | 92.22 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 173 | 93 | 0.14 | 0 | 0.46 | 0.32 | 78.75 | 0.33 | 0.52 |
| Hex | 94 | AD | 5D | E | 0 | 2E | 20 | 4F | 21 | 34 |
| Octal | 224 | 255 | 135 | 16 | 0 | 56 | 40 | 117 | 41 | 64 |
| Binary | 10010100 | 10101101 | 1011101 | 1110 | 0 | 101110 | 100000 | 1001111 | 100001 | 110100 |
Color Harmonies of #94AD5D
Complementary color
Monochromatic Colors of #94AD5D
Black with #94AD5D
Text Example
Text Example
White with #94AD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AD5D; }
p { color: rgb(148,173,93); }
H1.HeaderClassName
{
color: #94AD5D;
}
.AnyTagClassName
{
color: #94AD5D;
}
</style>
background-color css
<style>
a { background-color: #94AD5D; }
a { background-color: rgb(148,173,93); }
div.DivClassName
{
background-color: #94AD5D;
}
.BgClassName
{
background-color: #94AD5D;
}
</style>
border-color css
<style>
span { border-color: #94AD5D; }
span { border-color: rgb(148,173,93); }
td.TdClassName
{
border-color: #94AD5D;
}
.TagClassName
{
border-color: #94AD5D;
}
</style>