Shades of Chelsea Cucumber #8AA659
Tints of Chelsea Cucumber #8AA659
RGB
CMYK
RGB Variations
Color information
#8AA659 (or 0x8AA659) is known color: Chelsea Cucumber. HEX triplet: 8A, A6 and 59. RGB value is (138,166,89). Sum of RGB (Red+Green+Blue) = 138+166+89=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA659 is #7559A6. Grayscale: #959595. Windows color (decimal): -7690663 or 5875338. OLE color: 5875338.
HSL color Cylindrical-coordinate representation of color #8AA659: hue angle of 81.82º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AA659 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 166 | 89 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.35 |
| HSL | 81.82º | 0.3% | 0.5% | - |
| HSV(B) | 81.82º | 0.46% | 0.65% | - |
| XYZ | 25.92 | 33.4 | 14.53 | - |
| YUV | 148.85 | 94.22 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 166 | 89 | 0.17 | 0 | 0.46 | 0.35 | 81.82 | 0.3 | 0.5 |
| Hex | 8A | A6 | 59 | 11 | 0 | 2E | 23 | 52 | 1E | 32 |
| Octal | 212 | 246 | 131 | 21 | 0 | 56 | 43 | 122 | 36 | 62 |
| Binary | 10001010 | 10100110 | 1011001 | 10001 | 0 | 101110 | 100011 | 1010010 | 11110 | 110010 |
Color Harmonies of #8AA659
Complementary color
Monochromatic Colors of #8AA659
Black with #8AA659
Text Example
Text Example
White with #8AA659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA659; }
p { color: rgb(138,166,89); }
H1.HeaderClassName
{
color: #8AA659;
}
.AnyTagClassName
{
color: #8AA659;
}
</style>
background-color css
<style>
a { background-color: #8AA659; }
a { background-color: rgb(138,166,89); }
div.DivClassName
{
background-color: #8AA659;
}
.BgClassName
{
background-color: #8AA659;
}
</style>
border-color css
<style>
span { border-color: #8AA659; }
span { border-color: rgb(138,166,89); }
td.TdClassName
{
border-color: #8AA659;
}
.TagClassName
{
border-color: #8AA659;
}
</style>