Shades of Chelsea Cucumber #8FAC65
Tints of Chelsea Cucumber #8FAC65
RGB
CMYK
RGB Variations
Color information
#8FAC65 (or 0x8FAC65) is known color: Chelsea Cucumber. HEX triplet: 8F, AC and 65. RGB value is (143,172,101). Sum of RGB (Red+Green+Blue) = 143+172+101=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAC65 is #70539A. Grayscale: #9B9B9B. Windows color (decimal): -7361435 or 6663311. OLE color: 6663311.
HSL color Cylindrical-coordinate representation of color #8FAC65: hue angle of 84.51º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FAC65 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 101 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.33 |
| HSL | 84.51º | 0.3% | 0.54% | - |
| HSV(B) | 84.51º | 0.41% | 0.67% | - |
| XYZ | 28.43 | 36.28 | 17.82 | - |
| YUV | 155.24 | 97.39 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 101 | 0.17 | 0 | 0.41 | 0.33 | 84.51 | 0.3 | 0.54 |
| Hex | 8F | AC | 65 | 11 | 0 | 29 | 21 | 55 | 1E | 36 |
| Octal | 217 | 254 | 145 | 21 | 0 | 51 | 41 | 125 | 36 | 66 |
| Binary | 10001111 | 10101100 | 1100101 | 10001 | 0 | 101001 | 100001 | 1010101 | 11110 | 110110 |
Color Harmonies of #8FAC65
Complementary color
Monochromatic Colors of #8FAC65
Black with #8FAC65
Text Example
Text Example
White with #8FAC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC65; }
p { color: rgb(143,172,101); }
H1.HeaderClassName
{
color: #8FAC65;
}
.AnyTagClassName
{
color: #8FAC65;
}
</style>
background-color css
<style>
a { background-color: #8FAC65; }
a { background-color: rgb(143,172,101); }
div.DivClassName
{
background-color: #8FAC65;
}
.BgClassName
{
background-color: #8FAC65;
}
</style>
border-color css
<style>
span { border-color: #8FAC65; }
span { border-color: rgb(143,172,101); }
td.TdClassName
{
border-color: #8FAC65;
}
.TagClassName
{
border-color: #8FAC65;
}
</style>