Shades of Chelsea Cucumber #90AC60
Tints of Chelsea Cucumber #90AC60
RGB
CMYK
RGB Variations
Color information
#90AC60 (or 0x90AC60) is known color: Chelsea Cucumber. HEX triplet: 90, AC and 60. RGB value is (144,172,96). Sum of RGB (Red+Green+Blue) = 144+172+96=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AC60 is #6F539F. Grayscale: #9B9B9B. Windows color (decimal): -7295904 or 6335632. OLE color: 6335632.
HSL color Cylindrical-coordinate representation of color #90AC60: hue angle of 82.11º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90AC60 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 172 | 96 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.33 |
| HSL | 82.11º | 0.31% | 0.53% | - |
| HSV(B) | 82.11º | 0.44% | 0.67% | - |
| XYZ | 28.37 | 36.28 | 16.57 | - |
| YUV | 154.96 | 94.72 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 96 | 0.16 | 0 | 0.44 | 0.33 | 82.11 | 0.31 | 0.53 |
| Hex | 90 | AC | 60 | 10 | 0 | 2C | 21 | 52 | 1F | 35 |
| Octal | 220 | 254 | 140 | 20 | 0 | 54 | 41 | 122 | 37 | 65 |
| Binary | 10010000 | 10101100 | 1100000 | 10000 | 0 | 101100 | 100001 | 1010010 | 11111 | 110101 |
Color Harmonies of #90AC60
Complementary color
Monochromatic Colors of #90AC60
Black with #90AC60
Text Example
Text Example
White with #90AC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AC60; }
p { color: rgb(144,172,96); }
H1.HeaderClassName
{
color: #90AC60;
}
.AnyTagClassName
{
color: #90AC60;
}
</style>
background-color css
<style>
a { background-color: #90AC60; }
a { background-color: rgb(144,172,96); }
div.DivClassName
{
background-color: #90AC60;
}
.BgClassName
{
background-color: #90AC60;
}
</style>
border-color css
<style>
span { border-color: #90AC60; }
span { border-color: rgb(144,172,96); }
td.TdClassName
{
border-color: #90AC60;
}
.TagClassName
{
border-color: #90AC60;
}
</style>