Shades of Chelsea Cucumber #8FAA69
Tints of Chelsea Cucumber #8FAA69
RGB
CMYK
RGB Variations
Color information
#8FAA69 (or 0x8FAA69) is known color: Chelsea Cucumber. HEX triplet: 8F, AA and 69. RGB value is (143,170,105). Sum of RGB (Red+Green+Blue) = 143+170+105=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAA69 is #705596. Grayscale: #9A9A9A. Windows color (decimal): -7361943 or 6924943. OLE color: 6924943.
HSL color Cylindrical-coordinate representation of color #8FAA69: hue angle of 84.92º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FAA69 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 105 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.33 |
| HSL | 84.92º | 0.28% | 0.54% | - |
| HSV(B) | 84.92º | 0.38% | 0.67% | - |
| XYZ | 28.25 | 35.61 | 18.75 | - |
| YUV | 154.52 | 100.05 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 105 | 0.16 | 0 | 0.38 | 0.33 | 84.92 | 0.28 | 0.54 |
| Hex | 8F | AA | 69 | 10 | 0 | 26 | 21 | 55 | 1C | 36 |
| Octal | 217 | 252 | 151 | 20 | 0 | 46 | 41 | 125 | 34 | 66 |
| Binary | 10001111 | 10101010 | 1101001 | 10000 | 0 | 100110 | 100001 | 1010101 | 11100 | 110110 |
Color Harmonies of #8FAA69
Complementary color
Monochromatic Colors of #8FAA69
Black with #8FAA69
Text Example
Text Example
White with #8FAA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA69; }
p { color: rgb(143,170,105); }
H1.HeaderClassName
{
color: #8FAA69;
}
.AnyTagClassName
{
color: #8FAA69;
}
</style>
background-color css
<style>
a { background-color: #8FAA69; }
a { background-color: rgb(143,170,105); }
div.DivClassName
{
background-color: #8FAA69;
}
.BgClassName
{
background-color: #8FAA69;
}
</style>
border-color css
<style>
span { border-color: #8FAA69; }
span { border-color: rgb(143,170,105); }
td.TdClassName
{
border-color: #8FAA69;
}
.TagClassName
{
border-color: #8FAA69;
}
</style>