Shades of Chelsea Cucumber #8AA064
Tints of Chelsea Cucumber #8AA064
RGB
CMYK
RGB Variations
Color information
#8AA064 (or 0x8AA064) is known color: Chelsea Cucumber. HEX triplet: 8A, A0 and 64. RGB value is (138,160,100). Sum of RGB (Red+Green+Blue) = 138+160+100=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA064 is #755F9B. Grayscale: #929292. Windows color (decimal): -7692188 or 6594698. OLE color: 6594698.
HSL color Cylindrical-coordinate representation of color #8AA064: hue angle of 82º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AA064 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 160 | 100 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.37 |
| HSL | 82º | 0.24% | 0.51% | - |
| HSV(B) | 82º | 0.38% | 0.63% | - |
| XYZ | 25.35 | 31.46 | 16.79 | - |
| YUV | 146.58 | 101.71 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 160 | 100 | 0.14 | 0 | 0.38 | 0.37 | 82 | 0.24 | 0.51 |
| Hex | 8A | A0 | 64 | E | 0 | 26 | 25 | 52 | 18 | 33 |
| Octal | 212 | 240 | 144 | 16 | 0 | 46 | 45 | 122 | 30 | 63 |
| Binary | 10001010 | 10100000 | 1100100 | 1110 | 0 | 100110 | 100101 | 1010010 | 11000 | 110011 |
Color Harmonies of #8AA064
Complementary color
Monochromatic Colors of #8AA064
Black with #8AA064
Text Example
Text Example
White with #8AA064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA064; }
p { color: rgb(138,160,100); }
H1.HeaderClassName
{
color: #8AA064;
}
.AnyTagClassName
{
color: #8AA064;
}
</style>
background-color css
<style>
a { background-color: #8AA064; }
a { background-color: rgb(138,160,100); }
div.DivClassName
{
background-color: #8AA064;
}
.BgClassName
{
background-color: #8AA064;
}
</style>
border-color css
<style>
span { border-color: #8AA064; }
span { border-color: rgb(138,160,100); }
td.TdClassName
{
border-color: #8AA064;
}
.TagClassName
{
border-color: #8AA064;
}
</style>