Shades of Chelsea Cucumber #8CA25F
Tints of Chelsea Cucumber #8CA25F
RGB
CMYK
RGB Variations
Color information
#8CA25F (or 0x8CA25F) is known color: Chelsea Cucumber. HEX triplet: 8C, A2 and 5F. RGB value is (140,162,95). Sum of RGB (Red+Green+Blue) = 140+162+95=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA25F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA25F is #735DA0. Grayscale: #949494. Windows color (decimal): -7560609 or 6267532. OLE color: 6267532.
HSL color Cylindrical-coordinate representation of color #8CA25F: hue angle of 79.7º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CA25F is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 162 | 95 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.36 |
| HSL | 79.7º | 0.26% | 0.5% | - |
| HSV(B) | 79.7º | 0.41% | 0.64% | - |
| XYZ | 25.8 | 32.24 | 15.69 | - |
| YUV | 147.78 | 98.21 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 162 | 95 | 0.14 | 0 | 0.41 | 0.36 | 79.7 | 0.26 | 0.5 |
| Hex | 8C | A2 | 5F | E | 0 | 29 | 24 | 50 | 1A | 32 |
| Octal | 214 | 242 | 137 | 16 | 0 | 51 | 44 | 120 | 32 | 62 |
| Binary | 10001100 | 10100010 | 1011111 | 1110 | 0 | 101001 | 100100 | 1010000 | 11010 | 110010 |
Color Harmonies of #8CA25F
Complementary color
Monochromatic Colors of #8CA25F
Black with #8CA25F
Text Example
Text Example
White with #8CA25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA25F; }
p { color: rgb(140,162,95); }
H1.HeaderClassName
{
color: #8CA25F;
}
.AnyTagClassName
{
color: #8CA25F;
}
</style>
background-color css
<style>
a { background-color: #8CA25F; }
a { background-color: rgb(140,162,95); }
div.DivClassName
{
background-color: #8CA25F;
}
.BgClassName
{
background-color: #8CA25F;
}
</style>
border-color css
<style>
span { border-color: #8CA25F; }
span { border-color: rgb(140,162,95); }
td.TdClassName
{
border-color: #8CA25F;
}
.TagClassName
{
border-color: #8CA25F;
}
</style>