Shades of Chelsea Cucumber #8CAF65
Tints of Chelsea Cucumber #8CAF65
RGB
CMYK
RGB Variations
Color information
#8CAF65 (or 0x8CAF65) is known color: Chelsea Cucumber. HEX triplet: 8C, AF and 65. RGB value is (140,175,101). Sum of RGB (Red+Green+Blue) = 140+175+101=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAF65 is #73509A. Grayscale: #9C9C9C. Windows color (decimal): -7557275 or 6664076. OLE color: 6664076.
HSL color Cylindrical-coordinate representation of color #8CAF65: hue angle of 88.38º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CAF65 is Cyan = 0.2, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 101 | - |
| CMYK | 0.2 | 0 | 0.42 | 0.31 |
| HSL | 88.38º | 0.32% | 0.54% | - |
| HSV(B) | 88.38º | 0.42% | 0.69% | - |
| XYZ | 28.49 | 37.17 | 17.99 | - |
| YUV | 156.1 | 96.9 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 101 | 0.2 | 0 | 0.42 | 0.31 | 88.38 | 0.32 | 0.54 |
| Hex | 8C | AF | 65 | 14 | 0 | 2A | 1F | 58 | 20 | 36 |
| Octal | 214 | 257 | 145 | 24 | 0 | 52 | 37 | 130 | 40 | 66 |
| Binary | 10001100 | 10101111 | 1100101 | 10100 | 0 | 101010 | 11111 | 1011000 | 100000 | 110110 |
Color Harmonies of #8CAF65
Complementary color
Monochromatic Colors of #8CAF65
Black with #8CAF65
Text Example
Text Example
White with #8CAF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF65; }
p { color: rgb(140,175,101); }
H1.HeaderClassName
{
color: #8CAF65;
}
.AnyTagClassName
{
color: #8CAF65;
}
</style>
background-color css
<style>
a { background-color: #8CAF65; }
a { background-color: rgb(140,175,101); }
div.DivClassName
{
background-color: #8CAF65;
}
.BgClassName
{
background-color: #8CAF65;
}
</style>
border-color css
<style>
span { border-color: #8CAF65; }
span { border-color: rgb(140,175,101); }
td.TdClassName
{
border-color: #8CAF65;
}
.TagClassName
{
border-color: #8CAF65;
}
</style>