Shades of Chelsea Cucumber #8AA268
Tints of Chelsea Cucumber #8AA268
RGB
CMYK
RGB Variations
Color information
#8AA268 (or 0x8AA268) is known color: Chelsea Cucumber. HEX triplet: 8A, A2 and 68. RGB value is (138,162,104). Sum of RGB (Red+Green+Blue) = 138+162+104=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA268 is #755D97. Grayscale: #949494. Windows color (decimal): -7691672 or 6857354. OLE color: 6857354.
HSL color Cylindrical-coordinate representation of color #8AA268: hue angle of 84.83º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AA268 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 162 | 104 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.36 |
| HSL | 84.83º | 0.24% | 0.52% | - |
| HSV(B) | 84.83º | 0.36% | 0.64% | - |
| XYZ | 25.9 | 32.24 | 17.96 | - |
| YUV | 148.21 | 103.05 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 162 | 104 | 0.15 | 0 | 0.36 | 0.36 | 84.83 | 0.24 | 0.52 |
| Hex | 8A | A2 | 68 | F | 0 | 24 | 24 | 55 | 18 | 34 |
| Octal | 212 | 242 | 150 | 17 | 0 | 44 | 44 | 125 | 30 | 64 |
| Binary | 10001010 | 10100010 | 1101000 | 1111 | 0 | 100100 | 100100 | 1010101 | 11000 | 110100 |
Color Harmonies of #8AA268
Complementary color
Monochromatic Colors of #8AA268
Black with #8AA268
Text Example
Text Example
White with #8AA268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA268; }
p { color: rgb(138,162,104); }
H1.HeaderClassName
{
color: #8AA268;
}
.AnyTagClassName
{
color: #8AA268;
}
</style>
background-color css
<style>
a { background-color: #8AA268; }
a { background-color: rgb(138,162,104); }
div.DivClassName
{
background-color: #8AA268;
}
.BgClassName
{
background-color: #8AA268;
}
</style>
border-color css
<style>
span { border-color: #8AA268; }
span { border-color: rgb(138,162,104); }
td.TdClassName
{
border-color: #8AA268;
}
.TagClassName
{
border-color: #8AA268;
}
</style>