Shades of Chelsea Cucumber #90A364
Tints of Chelsea Cucumber #90A364
RGB
CMYK
RGB Variations
Color information
#90A364 (or 0x90A364) is known color: Chelsea Cucumber. HEX triplet: 90, A3 and 64. RGB value is (144,163,100). Sum of RGB (Red+Green+Blue) = 144+163+100=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 163 - color contains mainly: green. Hex color #90A364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A364 is #6F5C9B. Grayscale: #969696. Windows color (decimal): -7298204 or 6595472. OLE color: 6595472.
HSL color Cylindrical-coordinate representation of color #90A364: hue angle of 78.1º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90A364 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 163 | 100 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.36 |
| HSL | 78.1º | 0.26% | 0.52% | - |
| HSV(B) | 78.1º | 0.39% | 0.64% | - |
| XYZ | 26.9 | 33.04 | 17.02 | - |
| YUV | 150.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 163 | 100 | 0.12 | 0 | 0.39 | 0.36 | 78.1 | 0.26 | 0.52 |
| Hex | 90 | A3 | 64 | C | 0 | 27 | 24 | 4E | 1A | 34 |
| Octal | 220 | 243 | 144 | 14 | 0 | 47 | 44 | 116 | 32 | 64 |
| Binary | 10010000 | 10100011 | 1100100 | 1100 | 0 | 100111 | 100100 | 1001110 | 11010 | 110100 |
Color Harmonies of #90A364
Complementary color
Monochromatic Colors of #90A364
Black with #90A364
Text Example
Text Example
White with #90A364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A364; }
p { color: rgb(144,163,100); }
H1.HeaderClassName
{
color: #90A364;
}
.AnyTagClassName
{
color: #90A364;
}
</style>
background-color css
<style>
a { background-color: #90A364; }
a { background-color: rgb(144,163,100); }
div.DivClassName
{
background-color: #90A364;
}
.BgClassName
{
background-color: #90A364;
}
</style>
border-color css
<style>
span { border-color: #90A364; }
span { border-color: rgb(144,163,100); }
td.TdClassName
{
border-color: #90A364;
}
.TagClassName
{
border-color: #90A364;
}
</style>