Shades of Chelsea Cucumber #90AA4D
Tints of Chelsea Cucumber #90AA4D
RGB
CMYK
RGB Variations
Color information
#90AA4D (or 0x90AA4D) is known color: Chelsea Cucumber. HEX triplet: 90, AA and 4D. RGB value is (144,170,77). Sum of RGB (Red+Green+Blue) = 144+170+77=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AA4D is #6F55B2. Grayscale: #979797. Windows color (decimal): -7296435 or 5089936. OLE color: 5089936.
HSL color Cylindrical-coordinate representation of color #90AA4D: hue angle of 76.77º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #90AA4D is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 170 | 77 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.33 |
| HSL | 76.77º | 0.38% | 0.48% | - |
| HSV(B) | 76.77º | 0.55% | 0.67% | - |
| XYZ | 27.22 | 35.21 | 12.38 | - |
| YUV | 151.62 | 85.89 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 77 | 0.15 | 0 | 0.55 | 0.33 | 76.77 | 0.38 | 0.48 |
| Hex | 90 | AA | 4D | F | 0 | 37 | 21 | 4D | 26 | 30 |
| Octal | 220 | 252 | 115 | 17 | 0 | 67 | 41 | 115 | 46 | 60 |
| Binary | 10010000 | 10101010 | 1001101 | 1111 | 0 | 110111 | 100001 | 1001101 | 100110 | 110000 |
Color Harmonies of #90AA4D
Complementary color
Monochromatic Colors of #90AA4D
Black with #90AA4D
Text Example
Text Example
White with #90AA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AA4D; }
p { color: rgb(144,170,77); }
H1.HeaderClassName
{
color: #90AA4D;
}
.AnyTagClassName
{
color: #90AA4D;
}
</style>
background-color css
<style>
a { background-color: #90AA4D; }
a { background-color: rgb(144,170,77); }
div.DivClassName
{
background-color: #90AA4D;
}
.BgClassName
{
background-color: #90AA4D;
}
</style>
border-color css
<style>
span { border-color: #90AA4D; }
span { border-color: rgb(144,170,77); }
td.TdClassName
{
border-color: #90AA4D;
}
.TagClassName
{
border-color: #90AA4D;
}
</style>