Shades of Chelsea Cucumber #8CA25A
Tints of Chelsea Cucumber #8CA25A
RGB
CMYK
RGB Variations
Color information
#8CA25A (or 0x8CA25A) is known color: Chelsea Cucumber. HEX triplet: 8C, A2 and 5A. RGB value is (140,162,90). Sum of RGB (Red+Green+Blue) = 140+162+90=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA25A is #735DA5. Grayscale: #939393. Windows color (decimal): -7560614 or 5939852. OLE color: 5939852.
HSL color Cylindrical-coordinate representation of color #8CA25A: hue angle of 78.33º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CA25A is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 162 | 90 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.36 |
| HSL | 78.33º | 0.29% | 0.49% | - |
| HSV(B) | 78.33º | 0.44% | 0.64% | - |
| XYZ | 25.58 | 32.15 | 14.53 | - |
| YUV | 147.21 | 95.71 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 162 | 90 | 0.14 | 0 | 0.44 | 0.36 | 78.33 | 0.29 | 0.49 |
| Hex | 8C | A2 | 5A | E | 0 | 2C | 24 | 4E | 1D | 31 |
| Octal | 214 | 242 | 132 | 16 | 0 | 54 | 44 | 116 | 35 | 61 |
| Binary | 10001100 | 10100010 | 1011010 | 1110 | 0 | 101100 | 100100 | 1001110 | 11101 | 110001 |
Color Harmonies of #8CA25A
Complementary color
Monochromatic Colors of #8CA25A
Black with #8CA25A
Text Example
Text Example
White with #8CA25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA25A; }
p { color: rgb(140,162,90); }
H1.HeaderClassName
{
color: #8CA25A;
}
.AnyTagClassName
{
color: #8CA25A;
}
</style>
background-color css
<style>
a { background-color: #8CA25A; }
a { background-color: rgb(140,162,90); }
div.DivClassName
{
background-color: #8CA25A;
}
.BgClassName
{
background-color: #8CA25A;
}
</style>
border-color css
<style>
span { border-color: #8CA25A; }
span { border-color: rgb(140,162,90); }
td.TdClassName
{
border-color: #8CA25A;
}
.TagClassName
{
border-color: #8CA25A;
}
</style>