Shades of Chelsea Cucumber #90A448
Tints of Chelsea Cucumber #90A448
RGB
CMYK
RGB Variations
Color information
#90A448 (or 0x90A448) is known color: Chelsea Cucumber. HEX triplet: 90, A4 and 48. RGB value is (144,164,72). Sum of RGB (Red+Green+Blue) = 144+164+72=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 164 - color contains mainly: green. Hex color #90A448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A448 is #6F5BB7. Grayscale: #939393. Windows color (decimal): -7297976 or 4760720. OLE color: 4760720.
HSL color Cylindrical-coordinate representation of color #90A448: hue angle of 73.04º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #90A448 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 164 | 72 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.36 |
| HSL | 73.04º | 0.39% | 0.46% | - |
| HSV(B) | 73.04º | 0.56% | 0.64% | - |
| XYZ | 25.95 | 32.95 | 11.12 | - |
| YUV | 147.53 | 85.37 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 164 | 72 | 0.12 | 0 | 0.56 | 0.36 | 73.04 | 0.39 | 0.46 |
| Hex | 90 | A4 | 48 | C | 0 | 38 | 24 | 49 | 27 | 2E |
| Octal | 220 | 244 | 110 | 14 | 0 | 70 | 44 | 111 | 47 | 56 |
| Binary | 10010000 | 10100100 | 1001000 | 1100 | 0 | 111000 | 100100 | 1001001 | 100111 | 101110 |
Color Harmonies of #90A448
Complementary color
Monochromatic Colors of #90A448
Black with #90A448
Text Example
Text Example
White with #90A448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A448; }
p { color: rgb(144,164,72); }
H1.HeaderClassName
{
color: #90A448;
}
.AnyTagClassName
{
color: #90A448;
}
</style>
background-color css
<style>
a { background-color: #90A448; }
a { background-color: rgb(144,164,72); }
div.DivClassName
{
background-color: #90A448;
}
.BgClassName
{
background-color: #90A448;
}
</style>
border-color css
<style>
span { border-color: #90A448; }
span { border-color: rgb(144,164,72); }
td.TdClassName
{
border-color: #90A448;
}
.TagClassName
{
border-color: #90A448;
}
</style>