Shades of Chelsea Cucumber #90AE5E
Tints of Chelsea Cucumber #90AE5E
RGB
CMYK
RGB Variations
Color information
#90AE5E (or 0x90AE5E) is known color: Chelsea Cucumber. HEX triplet: 90, AE and 5E. RGB value is (144,174,94). Sum of RGB (Red+Green+Blue) = 144+174+94=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 174 - color contains mainly: green. Hex color #90AE5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AE5E is #6F51A1. Grayscale: #9C9C9C. Windows color (decimal): -7295394 or 6205072. OLE color: 6205072.
HSL color Cylindrical-coordinate representation of color #90AE5E: hue angle of 82.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90AE5E is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 174 | 94 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.32 |
| HSL | 82.5º | 0.33% | 0.53% | - |
| HSV(B) | 82.5º | 0.46% | 0.68% | - |
| XYZ | 28.66 | 37.01 | 16.22 | - |
| YUV | 155.91 | 93.06 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 174 | 94 | 0.17 | 0 | 0.46 | 0.32 | 82.5 | 0.33 | 0.53 |
| Hex | 90 | AE | 5E | 11 | 0 | 2E | 20 | 52 | 21 | 35 |
| Octal | 220 | 256 | 136 | 21 | 0 | 56 | 40 | 122 | 41 | 65 |
| Binary | 10010000 | 10101110 | 1011110 | 10001 | 0 | 101110 | 100000 | 1010010 | 100001 | 110101 |
Color Harmonies of #90AE5E
Complementary color
Monochromatic Colors of #90AE5E
Black with #90AE5E
Text Example
Text Example
White with #90AE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AE5E; }
p { color: rgb(144,174,94); }
H1.HeaderClassName
{
color: #90AE5E;
}
.AnyTagClassName
{
color: #90AE5E;
}
</style>
background-color css
<style>
a { background-color: #90AE5E; }
a { background-color: rgb(144,174,94); }
div.DivClassName
{
background-color: #90AE5E;
}
.BgClassName
{
background-color: #90AE5E;
}
</style>
border-color css
<style>
span { border-color: #90AE5E; }
span { border-color: rgb(144,174,94); }
td.TdClassName
{
border-color: #90AE5E;
}
.TagClassName
{
border-color: #90AE5E;
}
</style>