Shades of Chelsea Cucumber #90AA44
Tints of Chelsea Cucumber #90AA44
RGB
CMYK
RGB Variations
Color information
#90AA44 (or 0x90AA44) is known color: Chelsea Cucumber. HEX triplet: 90, AA and 44. RGB value is (144,170,68). Sum of RGB (Red+Green+Blue) = 144+170+68=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AA44 is #6F55BB. Grayscale: #969696. Windows color (decimal): -7296444 or 4500112. OLE color: 4500112.
HSL color Cylindrical-coordinate representation of color #90AA44: hue angle of 75.29º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #90AA44 is Cyan = 0.15, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 170 | 68 | - |
| CMYK | 0.15 | 0 | 0.6 | 0.33 |
| HSL | 75.29º | 0.43% | 0.47% | - |
| HSV(B) | 75.29º | 0.6% | 0.67% | - |
| XYZ | 26.92 | 35.1 | 10.82 | - |
| YUV | 150.6 | 81.39 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 68 | 0.15 | 0 | 0.6 | 0.33 | 75.29 | 0.43 | 0.47 |
| Hex | 90 | AA | 44 | F | 0 | 3C | 21 | 4B | 2B | 2F |
| Octal | 220 | 252 | 104 | 17 | 0 | 74 | 41 | 113 | 53 | 57 |
| Binary | 10010000 | 10101010 | 1000100 | 1111 | 0 | 111100 | 100001 | 1001011 | 101011 | 101111 |
Color Harmonies of #90AA44
Complementary color
Monochromatic Colors of #90AA44
Black with #90AA44
Text Example
Text Example
White with #90AA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AA44; }
p { color: rgb(144,170,68); }
H1.HeaderClassName
{
color: #90AA44;
}
.AnyTagClassName
{
color: #90AA44;
}
</style>
background-color css
<style>
a { background-color: #90AA44; }
a { background-color: rgb(144,170,68); }
div.DivClassName
{
background-color: #90AA44;
}
.BgClassName
{
background-color: #90AA44;
}
</style>
border-color css
<style>
span { border-color: #90AA44; }
span { border-color: rgb(144,170,68); }
td.TdClassName
{
border-color: #90AA44;
}
.TagClassName
{
border-color: #90AA44;
}
</style>