Shades of Chelsea Cucumber #8CA25B
Tints of Chelsea Cucumber #8CA25B
RGB
CMYK
RGB Variations
Color information
#8CA25B (or 0x8CA25B) is known color: Chelsea Cucumber. HEX triplet: 8C, A2 and 5B. RGB value is (140,162,91). Sum of RGB (Red+Green+Blue) = 140+162+91=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA25B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA25B is #735DA4. Grayscale: #939393. Windows color (decimal): -7560613 or 6005388. OLE color: 6005388.
HSL color Cylindrical-coordinate representation of color #8CA25B: hue angle of 78.59º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CA25B is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 162 | 91 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.36 |
| HSL | 78.59º | 0.28% | 0.5% | - |
| HSV(B) | 78.59º | 0.44% | 0.64% | - |
| XYZ | 25.62 | 32.17 | 14.76 | - |
| YUV | 147.33 | 96.21 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 162 | 91 | 0.14 | 0 | 0.44 | 0.36 | 78.59 | 0.28 | 0.5 |
| Hex | 8C | A2 | 5B | E | 0 | 2C | 24 | 4F | 1C | 32 |
| Octal | 214 | 242 | 133 | 16 | 0 | 54 | 44 | 117 | 34 | 62 |
| Binary | 10001100 | 10100010 | 1011011 | 1110 | 0 | 101100 | 100100 | 1001111 | 11100 | 110010 |
Color Harmonies of #8CA25B
Complementary color
Monochromatic Colors of #8CA25B
Black with #8CA25B
Text Example
Text Example
White with #8CA25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA25B; }
p { color: rgb(140,162,91); }
H1.HeaderClassName
{
color: #8CA25B;
}
.AnyTagClassName
{
color: #8CA25B;
}
</style>
background-color css
<style>
a { background-color: #8CA25B; }
a { background-color: rgb(140,162,91); }
div.DivClassName
{
background-color: #8CA25B;
}
.BgClassName
{
background-color: #8CA25B;
}
</style>
border-color css
<style>
span { border-color: #8CA25B; }
span { border-color: rgb(140,162,91); }
td.TdClassName
{
border-color: #8CA25B;
}
.TagClassName
{
border-color: #8CA25B;
}
</style>