Shades of Chelsea Cucumber #8A9F60
Tints of Chelsea Cucumber #8A9F60
RGB
CMYK
RGB Variations
Color information
#8A9F60 (or 0x8A9F60) is known color: Chelsea Cucumber. HEX triplet: 8A, 9F and 60. RGB value is (138,159,96). Sum of RGB (Red+Green+Blue) = 138+159+96=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 159 - color contains mainly: green. Hex color #8A9F60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9F60 is #75609F. Grayscale: #919191. Windows color (decimal): -7692448 or 6332298. OLE color: 6332298.
HSL color Cylindrical-coordinate representation of color #8A9F60: hue angle of 80º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A9F60 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 159 | 96 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.38 |
| HSL | 80º | 0.25% | 0.5% | - |
| HSV(B) | 80º | 0.4% | 0.62% | - |
| XYZ | 24.99 | 31.04 | 15.74 | - |
| YUV | 145.54 | 100.04 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 159 | 96 | 0.13 | 0 | 0.40 | 0.38 | 80 | 0.25 | 0.5 |
| Hex | 8A | 9F | 60 | D | 0 | 28 | 26 | 50 | 19 | 32 |
| Octal | 212 | 237 | 140 | 15 | 0 | 50 | 46 | 120 | 31 | 62 |
| Binary | 10001010 | 10011111 | 1100000 | 1101 | 0 | 101000 | 100110 | 1010000 | 11001 | 110010 |
Color Harmonies of #8A9F60
Complementary color
Monochromatic Colors of #8A9F60
Black with #8A9F60
Text Example
Text Example
White with #8A9F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9F60; }
p { color: rgb(138,159,96); }
H1.HeaderClassName
{
color: #8A9F60;
}
.AnyTagClassName
{
color: #8A9F60;
}
</style>
background-color css
<style>
a { background-color: #8A9F60; }
a { background-color: rgb(138,159,96); }
div.DivClassName
{
background-color: #8A9F60;
}
.BgClassName
{
background-color: #8A9F60;
}
</style>
border-color css
<style>
span { border-color: #8A9F60; }
span { border-color: rgb(138,159,96); }
td.TdClassName
{
border-color: #8A9F60;
}
.TagClassName
{
border-color: #8A9F60;
}
</style>