Shades of Chelsea Cucumber #8AA855
Tints of Chelsea Cucumber #8AA855
RGB
CMYK
RGB Variations
Color information
#8AA855 (or 0x8AA855) is known color: Chelsea Cucumber. HEX triplet: 8A, A8 and 55. RGB value is (138,168,85). Sum of RGB (Red+Green+Blue) = 138+168+85=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 168 - color contains mainly: green. Hex color #8AA855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA855 is #7557AA. Grayscale: #959595. Windows color (decimal): -7690155 or 5613706. OLE color: 5613706.
HSL color Cylindrical-coordinate representation of color #8AA855: hue angle of 81.69º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8AA855 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 138 | 168 | 85 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.34 |
| HSL | 81.69º | 0.33% | 0.5% | - |
| HSV(B) | 81.69º | 0.49% | 0.66% | - |
| XYZ | 26.12 | 34.06 | 13.79 | - |
| YUV | 149.57 | 91.56 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 168 | 85 | 0.18 | 0 | 0.49 | 0.34 | 81.69 | 0.33 | 0.5 |
| Hex | 8A | A8 | 55 | 12 | 0 | 31 | 22 | 52 | 21 | 32 |
| Octal | 212 | 250 | 125 | 22 | 0 | 61 | 42 | 122 | 41 | 62 |
| Binary | 10001010 | 10101000 | 1010101 | 10010 | 0 | 110001 | 100010 | 1010010 | 100001 | 110010 |
Color Harmonies of #8AA855
Complementary color
Monochromatic Colors of #8AA855
Black with #8AA855
Text Example
Text Example
White with #8AA855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA855; }
p { color: rgb(138,168,85); }
H1.HeaderClassName
{
color: #8AA855;
}
.AnyTagClassName
{
color: #8AA855;
}
</style>
background-color css
<style>
a { background-color: #8AA855; }
a { background-color: rgb(138,168,85); }
div.DivClassName
{
background-color: #8AA855;
}
.BgClassName
{
background-color: #8AA855;
}
</style>
border-color css
<style>
span { border-color: #8AA855; }
span { border-color: rgb(138,168,85); }
td.TdClassName
{
border-color: #8AA855;
}
.TagClassName
{
border-color: #8AA855;
}
</style>