Shades of Chelsea Cucumber #90AA57
Tints of Chelsea Cucumber #90AA57
RGB
CMYK
RGB Variations
Color information
#90AA57 (or 0x90AA57) is known color: Chelsea Cucumber. HEX triplet: 90, AA and 57. RGB value is (144,170,87). Sum of RGB (Red+Green+Blue) = 144+170+87=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AA57 is #6F55A8. Grayscale: #999999. Windows color (decimal): -7296425 or 5745296. OLE color: 5745296.
HSL color Cylindrical-coordinate representation of color #90AA57: hue angle of 78.8º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #90AA57 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 170 | 87 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.33 |
| HSL | 78.8º | 0.33% | 0.5% | - |
| HSV(B) | 78.8º | 0.49% | 0.67% | - |
| XYZ | 27.6 | 35.37 | 14.39 | - |
| YUV | 152.76 | 90.89 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 87 | 0.15 | 0 | 0.49 | 0.33 | 78.8 | 0.33 | 0.5 |
| Hex | 90 | AA | 57 | F | 0 | 31 | 21 | 4F | 21 | 32 |
| Octal | 220 | 252 | 127 | 17 | 0 | 61 | 41 | 117 | 41 | 62 |
| Binary | 10010000 | 10101010 | 1010111 | 1111 | 0 | 110001 | 100001 | 1001111 | 100001 | 110010 |
Color Harmonies of #90AA57
Complementary color
Monochromatic Colors of #90AA57
Black with #90AA57
Text Example
Text Example
White with #90AA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AA57; }
p { color: rgb(144,170,87); }
H1.HeaderClassName
{
color: #90AA57;
}
.AnyTagClassName
{
color: #90AA57;
}
</style>
background-color css
<style>
a { background-color: #90AA57; }
a { background-color: rgb(144,170,87); }
div.DivClassName
{
background-color: #90AA57;
}
.BgClassName
{
background-color: #90AA57;
}
</style>
border-color css
<style>
span { border-color: #90AA57; }
span { border-color: rgb(144,170,87); }
td.TdClassName
{
border-color: #90AA57;
}
.TagClassName
{
border-color: #90AA57;
}
</style>