Shades of Chelsea Cucumber #90AA4F
Tints of Chelsea Cucumber #90AA4F
RGB
CMYK
RGB Variations
Color information
#90AA4F (or 0x90AA4F) is known color: Chelsea Cucumber. HEX triplet: 90, AA and 4F. RGB value is (144,170,79). Sum of RGB (Red+Green+Blue) = 144+170+79=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AA4F is #6F55B0. Grayscale: #989898. Windows color (decimal): -7296433 or 5221008. OLE color: 5221008.
HSL color Cylindrical-coordinate representation of color #90AA4F: hue angle of 77.14º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #90AA4F is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 170 | 79 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.33 |
| HSL | 77.14º | 0.37% | 0.49% | - |
| HSV(B) | 77.14º | 0.54% | 0.67% | - |
| XYZ | 27.29 | 35.24 | 12.76 | - |
| YUV | 151.85 | 86.89 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 79 | 0.15 | 0 | 0.54 | 0.33 | 77.14 | 0.37 | 0.49 |
| Hex | 90 | AA | 4F | F | 0 | 36 | 21 | 4D | 25 | 31 |
| Octal | 220 | 252 | 117 | 17 | 0 | 66 | 41 | 115 | 45 | 61 |
| Binary | 10010000 | 10101010 | 1001111 | 1111 | 0 | 110110 | 100001 | 1001101 | 100101 | 110001 |
Color Harmonies of #90AA4F
Complementary color
Monochromatic Colors of #90AA4F
Black with #90AA4F
Text Example
Text Example
White with #90AA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AA4F; }
p { color: rgb(144,170,79); }
H1.HeaderClassName
{
color: #90AA4F;
}
.AnyTagClassName
{
color: #90AA4F;
}
</style>
background-color css
<style>
a { background-color: #90AA4F; }
a { background-color: rgb(144,170,79); }
div.DivClassName
{
background-color: #90AA4F;
}
.BgClassName
{
background-color: #90AA4F;
}
</style>
border-color css
<style>
span { border-color: #90AA4F; }
span { border-color: rgb(144,170,79); }
td.TdClassName
{
border-color: #90AA4F;
}
.TagClassName
{
border-color: #90AA4F;
}
</style>