Shades of Chelsea Cucumber #90A950
Tints of Chelsea Cucumber #90A950
RGB
CMYK
RGB Variations
Color information
#90A950 (or 0x90A950) is known color: Chelsea Cucumber. HEX triplet: 90, A9 and 50. RGB value is (144,169,80). Sum of RGB (Red+Green+Blue) = 144+169+80=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 169 - color contains mainly: green. Hex color #90A950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A950 is #6F56AF. Grayscale: #979797. Windows color (decimal): -7296688 or 5286288. OLE color: 5286288.
HSL color Cylindrical-coordinate representation of color #90A950: hue angle of 76.85º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #90A950 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 169 | 80 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.34 |
| HSL | 76.85º | 0.36% | 0.49% | - |
| HSV(B) | 76.85º | 0.53% | 0.66% | - |
| XYZ | 27.14 | 34.88 | 12.89 | - |
| YUV | 151.38 | 87.72 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 169 | 80 | 0.15 | 0 | 0.53 | 0.34 | 76.85 | 0.36 | 0.49 |
| Hex | 90 | A9 | 50 | F | 0 | 35 | 22 | 4D | 24 | 31 |
| Octal | 220 | 251 | 120 | 17 | 0 | 65 | 42 | 115 | 44 | 61 |
| Binary | 10010000 | 10101001 | 1010000 | 1111 | 0 | 110101 | 100010 | 1001101 | 100100 | 110001 |
Color Harmonies of #90A950
Complementary color
Monochromatic Colors of #90A950
Black with #90A950
Text Example
Text Example
White with #90A950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A950; }
p { color: rgb(144,169,80); }
H1.HeaderClassName
{
color: #90A950;
}
.AnyTagClassName
{
color: #90A950;
}
</style>
background-color css
<style>
a { background-color: #90A950; }
a { background-color: rgb(144,169,80); }
div.DivClassName
{
background-color: #90A950;
}
.BgClassName
{
background-color: #90A950;
}
</style>
border-color css
<style>
span { border-color: #90A950; }
span { border-color: rgb(144,169,80); }
td.TdClassName
{
border-color: #90A950;
}
.TagClassName
{
border-color: #90A950;
}
</style>