Shades of Chelsea Cucumber #90A150
Tints of Chelsea Cucumber #90A150
RGB
CMYK
RGB Variations
Color information
#90A150 (or 0x90A150) is known color: Chelsea Cucumber. HEX triplet: 90, A1 and 50. RGB value is (144,161,80). Sum of RGB (Red+Green+Blue) = 144+161+80=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 161 - color contains mainly: green. Hex color #90A150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A150 is #6F5EAF. Grayscale: #929292. Windows color (decimal): -7298736 or 5284240. OLE color: 5284240.
HSL color Cylindrical-coordinate representation of color #90A150: hue angle of 72.59º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #90A150 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 161 | 80 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.37 |
| HSL | 72.59º | 0.34% | 0.47% | - |
| HSV(B) | 72.59º | 0.5% | 0.63% | - |
| XYZ | 25.69 | 32 | 12.41 | - |
| YUV | 146.68 | 90.37 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 161 | 80 | 0.11 | 0 | 0.50 | 0.37 | 72.59 | 0.34 | 0.47 |
| Hex | 90 | A1 | 50 | B | 0 | 32 | 25 | 49 | 22 | 2F |
| Octal | 220 | 241 | 120 | 13 | 0 | 62 | 45 | 111 | 42 | 57 |
| Binary | 10010000 | 10100001 | 1010000 | 1011 | 0 | 110010 | 100101 | 1001001 | 100010 | 101111 |
Color Harmonies of #90A150
Complementary color
Monochromatic Colors of #90A150
Black with #90A150
Text Example
Text Example
White with #90A150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A150; }
p { color: rgb(144,161,80); }
H1.HeaderClassName
{
color: #90A150;
}
.AnyTagClassName
{
color: #90A150;
}
</style>
background-color css
<style>
a { background-color: #90A150; }
a { background-color: rgb(144,161,80); }
div.DivClassName
{
background-color: #90A150;
}
.BgClassName
{
background-color: #90A150;
}
</style>
border-color css
<style>
span { border-color: #90A150; }
span { border-color: rgb(144,161,80); }
td.TdClassName
{
border-color: #90A150;
}
.TagClassName
{
border-color: #90A150;
}
</style>