Shades of Chelsea Cucumber #8FAB4B
Tints of Chelsea Cucumber #8FAB4B
RGB
CMYK
RGB Variations
Color information
#8FAB4B (or 0x8FAB4B) is known color: Chelsea Cucumber. HEX triplet: 8F, AB and 4B. RGB value is (143,171,75). Sum of RGB (Red+Green+Blue) = 143+171+75=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAB4B is #7054B4. Grayscale: #989898. Windows color (decimal): -7361717 or 4959119. OLE color: 4959119.
HSL color Cylindrical-coordinate representation of color #8FAB4B: hue angle of 77.5º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8FAB4B is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 171 | 75 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.33 |
| HSL | 77.5º | 0.39% | 0.48% | - |
| HSV(B) | 77.5º | 0.56% | 0.67% | - |
| XYZ | 27.16 | 35.47 | 12.07 | - |
| YUV | 151.68 | 84.72 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 75 | 0.16 | 0 | 0.56 | 0.33 | 77.5 | 0.39 | 0.48 |
| Hex | 8F | AB | 4B | 10 | 0 | 38 | 21 | 4E | 27 | 30 |
| Octal | 217 | 253 | 113 | 20 | 0 | 70 | 41 | 116 | 47 | 60 |
| Binary | 10001111 | 10101011 | 1001011 | 10000 | 0 | 111000 | 100001 | 1001110 | 100111 | 110000 |
Color Harmonies of #8FAB4B
Complementary color
Monochromatic Colors of #8FAB4B
Black with #8FAB4B
Text Example
Text Example
White with #8FAB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAB4B; }
p { color: rgb(143,171,75); }
H1.HeaderClassName
{
color: #8FAB4B;
}
.AnyTagClassName
{
color: #8FAB4B;
}
</style>
background-color css
<style>
a { background-color: #8FAB4B; }
a { background-color: rgb(143,171,75); }
div.DivClassName
{
background-color: #8FAB4B;
}
.BgClassName
{
background-color: #8FAB4B;
}
</style>
border-color css
<style>
span { border-color: #8FAB4B; }
span { border-color: rgb(143,171,75); }
td.TdClassName
{
border-color: #8FAB4B;
}
.TagClassName
{
border-color: #8FAB4B;
}
</style>