Shades of Chelsea Cucumber #90AA66
Tints of Chelsea Cucumber #90AA66
RGB
CMYK
RGB Variations
Color information
#90AA66 (or 0x90AA66) is known color: Chelsea Cucumber. HEX triplet: 90, AA and 66. RGB value is (144,170,102). Sum of RGB (Red+Green+Blue) = 144+170+102=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AA66 is #6F5599. Grayscale: #9A9A9A. Windows color (decimal): -7296410 or 6728336. OLE color: 6728336.
HSL color Cylindrical-coordinate representation of color #90AA66: hue angle of 82.94º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90AA66 is Cyan = 0.15, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 170 | 102 | - |
| CMYK | 0.15 | 0 | 0.4 | 0.33 |
| HSL | 82.94º | 0.29% | 0.53% | - |
| HSV(B) | 82.94º | 0.4% | 0.67% | - |
| XYZ | 28.27 | 35.64 | 17.96 | - |
| YUV | 154.47 | 98.39 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 102 | 0.15 | 0 | 0.4 | 0.33 | 82.94 | 0.29 | 0.53 |
| Hex | 90 | AA | 66 | F | 0 | 28 | 21 | 53 | 1D | 35 |
| Octal | 220 | 252 | 146 | 17 | 0 | 50 | 41 | 123 | 35 | 65 |
| Binary | 10010000 | 10101010 | 1100110 | 1111 | 0 | 101000 | 100001 | 1010011 | 11101 | 110101 |
Color Harmonies of #90AA66
Complementary color
Monochromatic Colors of #90AA66
Black with #90AA66
Text Example
Text Example
White with #90AA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AA66; }
p { color: rgb(144,170,102); }
H1.HeaderClassName
{
color: #90AA66;
}
.AnyTagClassName
{
color: #90AA66;
}
</style>
background-color css
<style>
a { background-color: #90AA66; }
a { background-color: rgb(144,170,102); }
div.DivClassName
{
background-color: #90AA66;
}
.BgClassName
{
background-color: #90AA66;
}
</style>
border-color css
<style>
span { border-color: #90AA66; }
span { border-color: rgb(144,170,102); }
td.TdClassName
{
border-color: #90AA66;
}
.TagClassName
{
border-color: #90AA66;
}
</style>