Shades of Chelsea Cucumber #90A65A
Tints of Chelsea Cucumber #90A65A
RGB
CMYK
RGB Variations
Color information
#90A65A (or 0x90A65A) is known color: Chelsea Cucumber. HEX triplet: 90, A6 and 5A. RGB value is (144,166,90). Sum of RGB (Red+Green+Blue) = 144+166+90=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 166 - color contains mainly: green. Hex color #90A65A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A65A is #6F59A5. Grayscale: #979797. Windows color (decimal): -7297446 or 5940880. OLE color: 5940880.
HSL color Cylindrical-coordinate representation of color #90A65A: hue angle of 77.37º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90A65A is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 166 | 90 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.35 |
| HSL | 77.37º | 0.3% | 0.5% | - |
| HSV(B) | 77.37º | 0.46% | 0.65% | - |
| XYZ | 26.98 | 33.94 | 14.8 | - |
| YUV | 150.76 | 93.71 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 166 | 90 | 0.13 | 0 | 0.46 | 0.35 | 77.37 | 0.3 | 0.5 |
| Hex | 90 | A6 | 5A | D | 0 | 2E | 23 | 4D | 1E | 32 |
| Octal | 220 | 246 | 132 | 15 | 0 | 56 | 43 | 115 | 36 | 62 |
| Binary | 10010000 | 10100110 | 1011010 | 1101 | 0 | 101110 | 100011 | 1001101 | 11110 | 110010 |
Color Harmonies of #90A65A
Complementary color
Monochromatic Colors of #90A65A
Black with #90A65A
Text Example
Text Example
White with #90A65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A65A; }
p { color: rgb(144,166,90); }
H1.HeaderClassName
{
color: #90A65A;
}
.AnyTagClassName
{
color: #90A65A;
}
</style>
background-color css
<style>
a { background-color: #90A65A; }
a { background-color: rgb(144,166,90); }
div.DivClassName
{
background-color: #90A65A;
}
.BgClassName
{
background-color: #90A65A;
}
</style>
border-color css
<style>
span { border-color: #90A65A; }
span { border-color: rgb(144,166,90); }
td.TdClassName
{
border-color: #90A65A;
}
.TagClassName
{
border-color: #90A65A;
}
</style>