Shades of Chelsea Cucumber #8FA34C
Tints of Chelsea Cucumber #8FA34C
RGB
CMYK
RGB Variations
Color information
#8FA34C (or 0x8FA34C) is known color: Chelsea Cucumber. HEX triplet: 8F, A3 and 4C. RGB value is (143,163,76). Sum of RGB (Red+Green+Blue) = 143+163+76=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA34C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA34C is #705CB3. Grayscale: #939393. Windows color (decimal): -7363764 or 5022607. OLE color: 5022607.
HSL color Cylindrical-coordinate representation of color #8FA34C: hue angle of 73.79º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8FA34C is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 163 | 76 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.36 |
| HSL | 73.79º | 0.36% | 0.47% | - |
| HSV(B) | 73.79º | 0.53% | 0.64% | - |
| XYZ | 25.73 | 32.56 | 11.77 | - |
| YUV | 147.1 | 87.87 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 163 | 76 | 0.12 | 0 | 0.53 | 0.36 | 73.79 | 0.36 | 0.47 |
| Hex | 8F | A3 | 4C | C | 0 | 35 | 24 | 4A | 24 | 2F |
| Octal | 217 | 243 | 114 | 14 | 0 | 65 | 44 | 112 | 44 | 57 |
| Binary | 10001111 | 10100011 | 1001100 | 1100 | 0 | 110101 | 100100 | 1001010 | 100100 | 101111 |
Color Harmonies of #8FA34C
Complementary color
Monochromatic Colors of #8FA34C
Black with #8FA34C
Text Example
Text Example
White with #8FA34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA34C; }
p { color: rgb(143,163,76); }
H1.HeaderClassName
{
color: #8FA34C;
}
.AnyTagClassName
{
color: #8FA34C;
}
</style>
background-color css
<style>
a { background-color: #8FA34C; }
a { background-color: rgb(143,163,76); }
div.DivClassName
{
background-color: #8FA34C;
}
.BgClassName
{
background-color: #8FA34C;
}
</style>
border-color css
<style>
span { border-color: #8FA34C; }
span { border-color: rgb(143,163,76); }
td.TdClassName
{
border-color: #8FA34C;
}
.TagClassName
{
border-color: #8FA34C;
}
</style>