Shades of Chelsea Cucumber #90AF5F
Tints of Chelsea Cucumber #90AF5F
RGB
CMYK
RGB Variations
Color information
#90AF5F (or 0x90AF5F) is known color: Chelsea Cucumber. HEX triplet: 90, AF and 5F. RGB value is (144,175,95). Sum of RGB (Red+Green+Blue) = 144+175+95=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AF5F is #6F50A0. Grayscale: #9C9C9C. Windows color (decimal): -7295137 or 6270864. OLE color: 6270864.
HSL color Cylindrical-coordinate representation of color #90AF5F: hue angle of 83.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90AF5F is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 175 | 95 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.31 |
| HSL | 83.25º | 0.33% | 0.53% | - |
| HSV(B) | 83.25º | 0.46% | 0.69% | - |
| XYZ | 28.9 | 37.42 | 16.53 | - |
| YUV | 156.61 | 93.23 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 95 | 0.18 | 0 | 0.46 | 0.31 | 83.25 | 0.33 | 0.53 |
| Hex | 90 | AF | 5F | 12 | 0 | 2E | 1F | 53 | 21 | 35 |
| Octal | 220 | 257 | 137 | 22 | 0 | 56 | 37 | 123 | 41 | 65 |
| Binary | 10010000 | 10101111 | 1011111 | 10010 | 0 | 101110 | 11111 | 1010011 | 100001 | 110101 |
Color Harmonies of #90AF5F
Complementary color
Monochromatic Colors of #90AF5F
Black with #90AF5F
Text Example
Text Example
White with #90AF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AF5F; }
p { color: rgb(144,175,95); }
H1.HeaderClassName
{
color: #90AF5F;
}
.AnyTagClassName
{
color: #90AF5F;
}
</style>
background-color css
<style>
a { background-color: #90AF5F; }
a { background-color: rgb(144,175,95); }
div.DivClassName
{
background-color: #90AF5F;
}
.BgClassName
{
background-color: #90AF5F;
}
</style>
border-color css
<style>
span { border-color: #90AF5F; }
span { border-color: rgb(144,175,95); }
td.TdClassName
{
border-color: #90AF5F;
}
.TagClassName
{
border-color: #90AF5F;
}
</style>