Shades of Chelsea Cucumber #8CA951
Tints of Chelsea Cucumber #8CA951
RGB
CMYK
RGB Variations
Color information
#8CA951 (or 0x8CA951) is known color: Chelsea Cucumber. HEX triplet: 8C, A9 and 51. RGB value is (140,169,81). Sum of RGB (Red+Green+Blue) = 140+169+81=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 169 (66.41% from 255 or 43.33% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA951 is #7356AE. Grayscale: #969696. Windows color (decimal): -7558831 or 5351820. OLE color: 5351820.
HSL color Cylindrical-coordinate representation of color #8CA951: hue angle of 79.77º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CA951 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 169 | 81 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.34 |
| HSL | 79.77º | 0.35% | 0.49% | - |
| HSV(B) | 79.77º | 0.52% | 0.66% | - |
| XYZ | 26.49 | 34.55 | 13.06 | - |
| YUV | 150.3 | 88.89 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 169 | 81 | 0.17 | 0 | 0.52 | 0.34 | 79.77 | 0.35 | 0.49 |
| Hex | 8C | A9 | 51 | 11 | 0 | 34 | 22 | 50 | 23 | 31 |
| Octal | 214 | 251 | 121 | 21 | 0 | 64 | 42 | 120 | 43 | 61 |
| Binary | 10001100 | 10101001 | 1010001 | 10001 | 0 | 110100 | 100010 | 1010000 | 100011 | 110001 |
Color Harmonies of #8CA951
Complementary color
Monochromatic Colors of #8CA951
Black with #8CA951
Text Example
Text Example
White with #8CA951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA951; }
p { color: rgb(140,169,81); }
H1.HeaderClassName
{
color: #8CA951;
}
.AnyTagClassName
{
color: #8CA951;
}
</style>
background-color css
<style>
a { background-color: #8CA951; }
a { background-color: rgb(140,169,81); }
div.DivClassName
{
background-color: #8CA951;
}
.BgClassName
{
background-color: #8CA951;
}
</style>
border-color css
<style>
span { border-color: #8CA951; }
span { border-color: rgb(140,169,81); }
td.TdClassName
{
border-color: #8CA951;
}
.TagClassName
{
border-color: #8CA951;
}
</style>