Shades of Chelsea Cucumber #8FAD64
Tints of Chelsea Cucumber #8FAD64
RGB
CMYK
RGB Variations
Color information
#8FAD64 (or 0x8FAD64) is known color: Chelsea Cucumber. HEX triplet: 8F, AD and 64. RGB value is (143,173,100). Sum of RGB (Red+Green+Blue) = 143+173+100=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAD64 is #70529B. Grayscale: #9B9B9B. Windows color (decimal): -7361180 or 6598031. OLE color: 6598031.
HSL color Cylindrical-coordinate representation of color #8FAD64: hue angle of 84.66º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FAD64 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 173 | 100 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.32 |
| HSL | 84.66º | 0.31% | 0.54% | - |
| HSV(B) | 84.66º | 0.42% | 0.68% | - |
| XYZ | 28.57 | 36.65 | 17.62 | - |
| YUV | 155.71 | 96.56 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 100 | 0.17 | 0 | 0.42 | 0.32 | 84.66 | 0.31 | 0.54 |
| Hex | 8F | AD | 64 | 11 | 0 | 2A | 20 | 55 | 1F | 36 |
| Octal | 217 | 255 | 144 | 21 | 0 | 52 | 40 | 125 | 37 | 66 |
| Binary | 10001111 | 10101101 | 1100100 | 10001 | 0 | 101010 | 100000 | 1010101 | 11111 | 110110 |
Color Harmonies of #8FAD64
Complementary color
Monochromatic Colors of #8FAD64
Black with #8FAD64
Text Example
Text Example
White with #8FAD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAD64; }
p { color: rgb(143,173,100); }
H1.HeaderClassName
{
color: #8FAD64;
}
.AnyTagClassName
{
color: #8FAD64;
}
</style>
background-color css
<style>
a { background-color: #8FAD64; }
a { background-color: rgb(143,173,100); }
div.DivClassName
{
background-color: #8FAD64;
}
.BgClassName
{
background-color: #8FAD64;
}
</style>
border-color css
<style>
span { border-color: #8FAD64; }
span { border-color: rgb(143,173,100); }
td.TdClassName
{
border-color: #8FAD64;
}
.TagClassName
{
border-color: #8FAD64;
}
</style>