Shades of Chelsea Cucumber #90AD48
Tints of Chelsea Cucumber #90AD48
RGB
CMYK
RGB Variations
Color information
#90AD48 (or 0x90AD48) is known color: Chelsea Cucumber. HEX triplet: 90, AD and 48. RGB value is (144,173,72). Sum of RGB (Red+Green+Blue) = 144+173+72=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 173 - color contains mainly: green. Hex color #90AD48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AD48 is #6F52B7. Grayscale: #999999. Windows color (decimal): -7295672 or 4763024. OLE color: 4763024.
HSL color Cylindrical-coordinate representation of color #90AD48: hue angle of 77.23º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #90AD48 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 173 | 72 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.32 |
| HSL | 77.23º | 0.41% | 0.48% | - |
| HSV(B) | 77.23º | 0.58% | 0.68% | - |
| XYZ | 27.61 | 36.28 | 11.68 | - |
| YUV | 152.82 | 82.39 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 72 | 0.17 | 0 | 0.58 | 0.32 | 77.23 | 0.41 | 0.48 |
| Hex | 90 | AD | 48 | 11 | 0 | 3A | 20 | 4D | 29 | 30 |
| Octal | 220 | 255 | 110 | 21 | 0 | 72 | 40 | 115 | 51 | 60 |
| Binary | 10010000 | 10101101 | 1001000 | 10001 | 0 | 111010 | 100000 | 1001101 | 101001 | 110000 |
Color Harmonies of #90AD48
Complementary color
Monochromatic Colors of #90AD48
Black with #90AD48
Text Example
Text Example
White with #90AD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AD48; }
p { color: rgb(144,173,72); }
H1.HeaderClassName
{
color: #90AD48;
}
.AnyTagClassName
{
color: #90AD48;
}
</style>
background-color css
<style>
a { background-color: #90AD48; }
a { background-color: rgb(144,173,72); }
div.DivClassName
{
background-color: #90AD48;
}
.BgClassName
{
background-color: #90AD48;
}
</style>
border-color css
<style>
span { border-color: #90AD48; }
span { border-color: rgb(144,173,72); }
td.TdClassName
{
border-color: #90AD48;
}
.TagClassName
{
border-color: #90AD48;
}
</style>