Shades of Chelsea Cucumber #90AD4D
Tints of Chelsea Cucumber #90AD4D
RGB
CMYK
RGB Variations
Color information
#90AD4D (or 0x90AD4D) is known color: Chelsea Cucumber. HEX triplet: 90, AD and 4D. RGB value is (144,173,77). Sum of RGB (Red+Green+Blue) = 144+173+77=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 173 - color contains mainly: green. Hex color #90AD4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AD4D is #6F52B2. Grayscale: #999999. Windows color (decimal): -7295667 or 5090704. OLE color: 5090704.
HSL color Cylindrical-coordinate representation of color #90AD4D: hue angle of 78.12º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #90AD4D is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 173 | 77 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.32 |
| HSL | 78.12º | 0.38% | 0.49% | - |
| HSV(B) | 78.12º | 0.55% | 0.68% | - |
| XYZ | 27.78 | 36.35 | 12.57 | - |
| YUV | 153.39 | 84.89 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 77 | 0.17 | 0 | 0.55 | 0.32 | 78.12 | 0.38 | 0.49 |
| Hex | 90 | AD | 4D | 11 | 0 | 37 | 20 | 4E | 26 | 31 |
| Octal | 220 | 255 | 115 | 21 | 0 | 67 | 40 | 116 | 46 | 61 |
| Binary | 10010000 | 10101101 | 1001101 | 10001 | 0 | 110111 | 100000 | 1001110 | 100110 | 110001 |
Color Harmonies of #90AD4D
Complementary color
Monochromatic Colors of #90AD4D
Black with #90AD4D
Text Example
Text Example
White with #90AD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AD4D; }
p { color: rgb(144,173,77); }
H1.HeaderClassName
{
color: #90AD4D;
}
.AnyTagClassName
{
color: #90AD4D;
}
</style>
background-color css
<style>
a { background-color: #90AD4D; }
a { background-color: rgb(144,173,77); }
div.DivClassName
{
background-color: #90AD4D;
}
.BgClassName
{
background-color: #90AD4D;
}
</style>
border-color css
<style>
span { border-color: #90AD4D; }
span { border-color: rgb(144,173,77); }
td.TdClassName
{
border-color: #90AD4D;
}
.TagClassName
{
border-color: #90AD4D;
}
</style>