Shades of Chelsea Cucumber #8AA260
Tints of Chelsea Cucumber #8AA260
RGB
CMYK
RGB Variations
Color information
#8AA260 (or 0x8AA260) is known color: Chelsea Cucumber. HEX triplet: 8A, A2 and 60. RGB value is (138,162,96). Sum of RGB (Red+Green+Blue) = 138+162+96=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA260 is #755D9F. Grayscale: #939393. Windows color (decimal): -7691680 or 6333066. OLE color: 6333066.
HSL color Cylindrical-coordinate representation of color #8AA260: hue angle of 81.82º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AA260 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 162 | 96 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.36 |
| HSL | 81.82º | 0.26% | 0.51% | - |
| HSV(B) | 81.82º | 0.41% | 0.64% | - |
| XYZ | 25.51 | 32.09 | 15.92 | - |
| YUV | 147.3 | 99.05 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 162 | 96 | 0.15 | 0 | 0.41 | 0.36 | 81.82 | 0.26 | 0.51 |
| Hex | 8A | A2 | 60 | F | 0 | 29 | 24 | 52 | 1A | 33 |
| Octal | 212 | 242 | 140 | 17 | 0 | 51 | 44 | 122 | 32 | 63 |
| Binary | 10001010 | 10100010 | 1100000 | 1111 | 0 | 101001 | 100100 | 1010010 | 11010 | 110011 |
Color Harmonies of #8AA260
Complementary color
Monochromatic Colors of #8AA260
Black with #8AA260
Text Example
Text Example
White with #8AA260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA260; }
p { color: rgb(138,162,96); }
H1.HeaderClassName
{
color: #8AA260;
}
.AnyTagClassName
{
color: #8AA260;
}
</style>
background-color css
<style>
a { background-color: #8AA260; }
a { background-color: rgb(138,162,96); }
div.DivClassName
{
background-color: #8AA260;
}
.BgClassName
{
background-color: #8AA260;
}
</style>
border-color css
<style>
span { border-color: #8AA260; }
span { border-color: rgb(138,162,96); }
td.TdClassName
{
border-color: #8AA260;
}
.TagClassName
{
border-color: #8AA260;
}
</style>