Shades of Chelsea Cucumber #8AA466
Tints of Chelsea Cucumber #8AA466
RGB
CMYK
RGB Variations
Color information
#8AA466 (or 0x8AA466) is known color: Chelsea Cucumber. HEX triplet: 8A, A4 and 66. RGB value is (138,164,102). Sum of RGB (Red+Green+Blue) = 138+164+102=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA466 is #755B99. Grayscale: #959595. Windows color (decimal): -7691162 or 6726794. OLE color: 6726794.
HSL color Cylindrical-coordinate representation of color #8AA466: hue angle of 85.16º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AA466 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 164 | 102 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.36 |
| HSL | 85.16º | 0.25% | 0.52% | - |
| HSV(B) | 85.16º | 0.38% | 0.64% | - |
| XYZ | 26.15 | 32.91 | 17.54 | - |
| YUV | 149.16 | 101.39 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 164 | 102 | 0.16 | 0 | 0.38 | 0.36 | 85.16 | 0.25 | 0.52 |
| Hex | 8A | A4 | 66 | 10 | 0 | 26 | 24 | 55 | 19 | 34 |
| Octal | 212 | 244 | 146 | 20 | 0 | 46 | 44 | 125 | 31 | 64 |
| Binary | 10001010 | 10100100 | 1100110 | 10000 | 0 | 100110 | 100100 | 1010101 | 11001 | 110100 |
Color Harmonies of #8AA466
Complementary color
Monochromatic Colors of #8AA466
Black with #8AA466
Text Example
Text Example
White with #8AA466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA466; }
p { color: rgb(138,164,102); }
H1.HeaderClassName
{
color: #8AA466;
}
.AnyTagClassName
{
color: #8AA466;
}
</style>
background-color css
<style>
a { background-color: #8AA466; }
a { background-color: rgb(138,164,102); }
div.DivClassName
{
background-color: #8AA466;
}
.BgClassName
{
background-color: #8AA466;
}
</style>
border-color css
<style>
span { border-color: #8AA466; }
span { border-color: rgb(138,164,102); }
td.TdClassName
{
border-color: #8AA466;
}
.TagClassName
{
border-color: #8AA466;
}
</style>