Shades of Chelsea Cucumber #90A95A
Tints of Chelsea Cucumber #90A95A
RGB
CMYK
RGB Variations
Color information
#90A95A (or 0x90A95A) is known color: Chelsea Cucumber. HEX triplet: 90, A9 and 5A. RGB value is (144,169,90). Sum of RGB (Red+Green+Blue) = 144+169+90=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 169 - color contains mainly: green. Hex color #90A95A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A95A is #6F56A5. Grayscale: #989898. Windows color (decimal): -7296678 or 5941648. OLE color: 5941648.
HSL color Cylindrical-coordinate representation of color #90A95A: hue angle of 78.99º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #90A95A is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 169 | 90 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.34 |
| HSL | 78.99º | 0.31% | 0.51% | - |
| HSV(B) | 78.99º | 0.47% | 0.66% | - |
| XYZ | 27.54 | 35.04 | 14.99 | - |
| YUV | 152.52 | 92.72 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 169 | 90 | 0.15 | 0 | 0.47 | 0.34 | 78.99 | 0.31 | 0.51 |
| Hex | 90 | A9 | 5A | F | 0 | 2F | 22 | 4F | 1F | 33 |
| Octal | 220 | 251 | 132 | 17 | 0 | 57 | 42 | 117 | 37 | 63 |
| Binary | 10010000 | 10101001 | 1011010 | 1111 | 0 | 101111 | 100010 | 1001111 | 11111 | 110011 |
Color Harmonies of #90A95A
Complementary color
Monochromatic Colors of #90A95A
Black with #90A95A
Text Example
Text Example
White with #90A95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A95A; }
p { color: rgb(144,169,90); }
H1.HeaderClassName
{
color: #90A95A;
}
.AnyTagClassName
{
color: #90A95A;
}
</style>
background-color css
<style>
a { background-color: #90A95A; }
a { background-color: rgb(144,169,90); }
div.DivClassName
{
background-color: #90A95A;
}
.BgClassName
{
background-color: #90A95A;
}
</style>
border-color css
<style>
span { border-color: #90A95A; }
span { border-color: rgb(144,169,90); }
td.TdClassName
{
border-color: #90A95A;
}
.TagClassName
{
border-color: #90A95A;
}
</style>