Shades of Chelsea Cucumber #95AE54
Tints of Chelsea Cucumber #95AE54
RGB
CMYK
RGB Variations
Color information
#95AE54 (or 0x95AE54) is known color: Chelsea Cucumber. HEX triplet: 95, AE and 54. RGB value is (149,174,84). Sum of RGB (Red+Green+Blue) = 149+174+84=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 174 - color contains mainly: green. Hex color #95AE54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AE54 is #6A51AB. Grayscale: #9C9C9C. Windows color (decimal): -6967724 or 5549717. OLE color: 5549717.
HSL color Cylindrical-coordinate representation of color #95AE54: hue angle of 76.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95AE54 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 174 | 84 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.32 |
| HSL | 76.67º | 0.36% | 0.51% | - |
| HSV(B) | 76.67º | 0.52% | 0.68% | - |
| XYZ | 29.13 | 37.3 | 14.05 | - |
| YUV | 156.27 | 87.22 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 174 | 84 | 0.14 | 0 | 0.52 | 0.32 | 76.67 | 0.36 | 0.51 |
| Hex | 95 | AE | 54 | E | 0 | 34 | 20 | 4D | 24 | 33 |
| Octal | 225 | 256 | 124 | 16 | 0 | 64 | 40 | 115 | 44 | 63 |
| Binary | 10010101 | 10101110 | 1010100 | 1110 | 0 | 110100 | 100000 | 1001101 | 100100 | 110011 |
Color Harmonies of #95AE54
Complementary color
Monochromatic Colors of #95AE54
Black with #95AE54
Text Example
Text Example
White with #95AE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AE54; }
p { color: rgb(149,174,84); }
H1.HeaderClassName
{
color: #95AE54;
}
.AnyTagClassName
{
color: #95AE54;
}
</style>
background-color css
<style>
a { background-color: #95AE54; }
a { background-color: rgb(149,174,84); }
div.DivClassName
{
background-color: #95AE54;
}
.BgClassName
{
background-color: #95AE54;
}
</style>
border-color css
<style>
span { border-color: #95AE54; }
span { border-color: rgb(149,174,84); }
td.TdClassName
{
border-color: #95AE54;
}
.TagClassName
{
border-color: #95AE54;
}
</style>