Shades of Chelsea Cucumber #90AF64
Tints of Chelsea Cucumber #90AF64
RGB
CMYK
RGB Variations
Color information
#90AF64 (or 0x90AF64) is known color: Chelsea Cucumber. HEX triplet: 90, AF and 64. RGB value is (144,175,100). Sum of RGB (Red+Green+Blue) = 144+175+100=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AF64 is #6F509B. Grayscale: #9D9D9D. Windows color (decimal): -7295132 or 6598544. OLE color: 6598544.
HSL color Cylindrical-coordinate representation of color #90AF64: hue angle of 84.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90AF64 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 175 | 100 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.31 |
| HSL | 84.8º | 0.32% | 0.54% | - |
| HSV(B) | 84.8º | 0.43% | 0.69% | - |
| XYZ | 29.13 | 37.51 | 17.76 | - |
| YUV | 157.18 | 95.73 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 100 | 0.18 | 0 | 0.43 | 0.31 | 84.8 | 0.32 | 0.54 |
| Hex | 90 | AF | 64 | 12 | 0 | 2B | 1F | 55 | 20 | 36 |
| Octal | 220 | 257 | 144 | 22 | 0 | 53 | 37 | 125 | 40 | 66 |
| Binary | 10010000 | 10101111 | 1100100 | 10010 | 0 | 101011 | 11111 | 1010101 | 100000 | 110110 |
Color Harmonies of #90AF64
Complementary color
Monochromatic Colors of #90AF64
Black with #90AF64
Text Example
Text Example
White with #90AF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AF64; }
p { color: rgb(144,175,100); }
H1.HeaderClassName
{
color: #90AF64;
}
.AnyTagClassName
{
color: #90AF64;
}
</style>
background-color css
<style>
a { background-color: #90AF64; }
a { background-color: rgb(144,175,100); }
div.DivClassName
{
background-color: #90AF64;
}
.BgClassName
{
background-color: #90AF64;
}
</style>
border-color css
<style>
span { border-color: #90AF64; }
span { border-color: rgb(144,175,100); }
td.TdClassName
{
border-color: #90AF64;
}
.TagClassName
{
border-color: #90AF64;
}
</style>