Shades of Chelsea Cucumber #90A750
Tints of Chelsea Cucumber #90A750
RGB
CMYK
RGB Variations
Color information
#90A750 (or 0x90A750) is known color: Chelsea Cucumber. HEX triplet: 90, A7 and 50. RGB value is (144,167,80). Sum of RGB (Red+Green+Blue) = 144+167+80=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 167 (65.62% from 255 or 42.71% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 167 - color contains mainly: green. Hex color #90A750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A750 is #6F58AF. Grayscale: #969696. Windows color (decimal): -7297200 or 5285776. OLE color: 5285776.
HSL color Cylindrical-coordinate representation of color #90A750: hue angle of 75.86º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #90A750 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 167 | 80 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.35 |
| HSL | 75.86º | 0.35% | 0.48% | - |
| HSV(B) | 75.86º | 0.52% | 0.65% | - |
| XYZ | 26.77 | 34.15 | 12.77 | - |
| YUV | 150.21 | 88.38 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 167 | 80 | 0.14 | 0 | 0.52 | 0.35 | 75.86 | 0.35 | 0.48 |
| Hex | 90 | A7 | 50 | E | 0 | 34 | 23 | 4C | 23 | 30 |
| Octal | 220 | 247 | 120 | 16 | 0 | 64 | 43 | 114 | 43 | 60 |
| Binary | 10010000 | 10100111 | 1010000 | 1110 | 0 | 110100 | 100011 | 1001100 | 100011 | 110000 |
Color Harmonies of #90A750
Complementary color
Monochromatic Colors of #90A750
Black with #90A750
Text Example
Text Example
White with #90A750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A750; }
p { color: rgb(144,167,80); }
H1.HeaderClassName
{
color: #90A750;
}
.AnyTagClassName
{
color: #90A750;
}
</style>
background-color css
<style>
a { background-color: #90A750; }
a { background-color: rgb(144,167,80); }
div.DivClassName
{
background-color: #90A750;
}
.BgClassName
{
background-color: #90A750;
}
</style>
border-color css
<style>
span { border-color: #90A750; }
span { border-color: rgb(144,167,80); }
td.TdClassName
{
border-color: #90A750;
}
.TagClassName
{
border-color: #90A750;
}
</style>