Shades of Chelsea Cucumber #90AA61
Tints of Chelsea Cucumber #90AA61
RGB
CMYK
RGB Variations
Color information
#90AA61 (or 0x90AA61) is known color: Chelsea Cucumber. HEX triplet: 90, AA and 61. RGB value is (144,170,97). Sum of RGB (Red+Green+Blue) = 144+170+97=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AA61 is #6F559E. Grayscale: #9A9A9A. Windows color (decimal): -7296415 or 6400656. OLE color: 6400656.
HSL color Cylindrical-coordinate representation of color #90AA61: hue angle of 81.37º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90AA61 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 170 | 97 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.33 |
| HSL | 81.37º | 0.3% | 0.52% | - |
| HSV(B) | 81.37º | 0.43% | 0.67% | - |
| XYZ | 28.03 | 35.54 | 16.69 | - |
| YUV | 153.9 | 95.89 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 97 | 0.15 | 0 | 0.43 | 0.33 | 81.37 | 0.3 | 0.52 |
| Hex | 90 | AA | 61 | F | 0 | 2B | 21 | 51 | 1E | 34 |
| Octal | 220 | 252 | 141 | 17 | 0 | 53 | 41 | 121 | 36 | 64 |
| Binary | 10010000 | 10101010 | 1100001 | 1111 | 0 | 101011 | 100001 | 1010001 | 11110 | 110100 |
Color Harmonies of #90AA61
Complementary color
Monochromatic Colors of #90AA61
Black with #90AA61
Text Example
Text Example
White with #90AA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AA61; }
p { color: rgb(144,170,97); }
H1.HeaderClassName
{
color: #90AA61;
}
.AnyTagClassName
{
color: #90AA61;
}
</style>
background-color css
<style>
a { background-color: #90AA61; }
a { background-color: rgb(144,170,97); }
div.DivClassName
{
background-color: #90AA61;
}
.BgClassName
{
background-color: #90AA61;
}
</style>
border-color css
<style>
span { border-color: #90AA61; }
span { border-color: rgb(144,170,97); }
td.TdClassName
{
border-color: #90AA61;
}
.TagClassName
{
border-color: #90AA61;
}
</style>