Shades of Chelsea Cucumber #90AC5D
Tints of Chelsea Cucumber #90AC5D
RGB
CMYK
RGB Variations
Color information
#90AC5D (or 0x90AC5D) is known color: Chelsea Cucumber. HEX triplet: 90, AC and 5D. RGB value is (144,172,93). Sum of RGB (Red+Green+Blue) = 144+172+93=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AC5D is #6F53A2. Grayscale: #9A9A9A. Windows color (decimal): -7295907 or 6139024. OLE color: 6139024.
HSL color Cylindrical-coordinate representation of color #90AC5D: hue angle of 81.27º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90AC5D is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 172 | 93 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.33 |
| HSL | 81.27º | 0.32% | 0.52% | - |
| HSV(B) | 81.27º | 0.46% | 0.67% | - |
| XYZ | 28.23 | 36.22 | 15.86 | - |
| YUV | 154.62 | 93.22 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 93 | 0.16 | 0 | 0.46 | 0.33 | 81.27 | 0.32 | 0.52 |
| Hex | 90 | AC | 5D | 10 | 0 | 2E | 21 | 51 | 20 | 34 |
| Octal | 220 | 254 | 135 | 20 | 0 | 56 | 41 | 121 | 40 | 64 |
| Binary | 10010000 | 10101100 | 1011101 | 10000 | 0 | 101110 | 100001 | 1010001 | 100000 | 110100 |
Color Harmonies of #90AC5D
Complementary color
Monochromatic Colors of #90AC5D
Black with #90AC5D
Text Example
Text Example
White with #90AC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AC5D; }
p { color: rgb(144,172,93); }
H1.HeaderClassName
{
color: #90AC5D;
}
.AnyTagClassName
{
color: #90AC5D;
}
</style>
background-color css
<style>
a { background-color: #90AC5D; }
a { background-color: rgb(144,172,93); }
div.DivClassName
{
background-color: #90AC5D;
}
.BgClassName
{
background-color: #90AC5D;
}
</style>
border-color css
<style>
span { border-color: #90AC5D; }
span { border-color: rgb(144,172,93); }
td.TdClassName
{
border-color: #90AC5D;
}
.TagClassName
{
border-color: #90AC5D;
}
</style>