Shades of Chelsea Cucumber #90AA60
Tints of Chelsea Cucumber #90AA60
RGB
CMYK
RGB Variations
Color information
#90AA60 (or 0x90AA60) is known color: Chelsea Cucumber. HEX triplet: 90, AA and 60. RGB value is (144,170,96). Sum of RGB (Red+Green+Blue) = 144+170+96=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AA60 is #6F559F. Grayscale: #9A9A9A. Windows color (decimal): -7296416 or 6335120. OLE color: 6335120.
HSL color Cylindrical-coordinate representation of color #90AA60: hue angle of 81.08º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90AA60 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 170 | 96 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.33 |
| HSL | 81.08º | 0.3% | 0.52% | - |
| HSV(B) | 81.08º | 0.44% | 0.67% | - |
| XYZ | 27.99 | 35.52 | 16.45 | - |
| YUV | 153.79 | 95.39 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 96 | 0.15 | 0 | 0.44 | 0.33 | 81.08 | 0.3 | 0.52 |
| Hex | 90 | AA | 60 | F | 0 | 2C | 21 | 51 | 1E | 34 |
| Octal | 220 | 252 | 140 | 17 | 0 | 54 | 41 | 121 | 36 | 64 |
| Binary | 10010000 | 10101010 | 1100000 | 1111 | 0 | 101100 | 100001 | 1010001 | 11110 | 110100 |
Color Harmonies of #90AA60
Complementary color
Monochromatic Colors of #90AA60
Black with #90AA60
Text Example
Text Example
White with #90AA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AA60; }
p { color: rgb(144,170,96); }
H1.HeaderClassName
{
color: #90AA60;
}
.AnyTagClassName
{
color: #90AA60;
}
</style>
background-color css
<style>
a { background-color: #90AA60; }
a { background-color: rgb(144,170,96); }
div.DivClassName
{
background-color: #90AA60;
}
.BgClassName
{
background-color: #90AA60;
}
</style>
border-color css
<style>
span { border-color: #90AA60; }
span { border-color: rgb(144,170,96); }
td.TdClassName
{
border-color: #90AA60;
}
.TagClassName
{
border-color: #90AA60;
}
</style>