Shades of Chelsea Cucumber #8FAA4B
Tints of Chelsea Cucumber #8FAA4B
RGB
CMYK
RGB Variations
Color information
#8FAA4B (or 0x8FAA4B) is known color: Chelsea Cucumber. HEX triplet: 8F, AA and 4B. RGB value is (143,170,75). Sum of RGB (Red+Green+Blue) = 143+170+75=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAA4B is #7055B4. Grayscale: #979797. Windows color (decimal): -7361973 or 4958863. OLE color: 4958863.
HSL color Cylindrical-coordinate representation of color #8FAA4B: hue angle of 77.05º 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 #8FAA4B is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 75 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.33 |
| HSL | 77.05º | 0.39% | 0.48% | - |
| HSV(B) | 77.05º | 0.56% | 0.67% | - |
| XYZ | 26.97 | 35.1 | 12.01 | - |
| YUV | 151.1 | 85.05 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 75 | 0.16 | 0 | 0.56 | 0.33 | 77.05 | 0.39 | 0.48 |
| Hex | 8F | AA | 4B | 10 | 0 | 38 | 21 | 4D | 27 | 30 |
| Octal | 217 | 252 | 113 | 20 | 0 | 70 | 41 | 115 | 47 | 60 |
| Binary | 10001111 | 10101010 | 1001011 | 10000 | 0 | 111000 | 100001 | 1001101 | 100111 | 110000 |
Color Harmonies of #8FAA4B
Complementary color
Monochromatic Colors of #8FAA4B
Black with #8FAA4B
Text Example
Text Example
White with #8FAA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA4B; }
p { color: rgb(143,170,75); }
H1.HeaderClassName
{
color: #8FAA4B;
}
.AnyTagClassName
{
color: #8FAA4B;
}
</style>
background-color css
<style>
a { background-color: #8FAA4B; }
a { background-color: rgb(143,170,75); }
div.DivClassName
{
background-color: #8FAA4B;
}
.BgClassName
{
background-color: #8FAA4B;
}
</style>
border-color css
<style>
span { border-color: #8FAA4B; }
span { border-color: rgb(143,170,75); }
td.TdClassName
{
border-color: #8FAA4B;
}
.TagClassName
{
border-color: #8FAA4B;
}
</style>