Shades of Chelsea Cucumber #8AA868
Tints of Chelsea Cucumber #8AA868
RGB
CMYK
RGB Variations
Color information
#8AA868 (or 0x8AA868) is known color: Chelsea Cucumber. HEX triplet: 8A, A8 and 68. RGB value is (138,168,104). Sum of RGB (Red+Green+Blue) = 138+168+104=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 168 - color contains mainly: green. Hex color #8AA868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA868 is #755797. Grayscale: #979797. Windows color (decimal): -7690136 or 6858890. OLE color: 6858890.
HSL color Cylindrical-coordinate representation of color #8AA868: hue angle of 88.12º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AA868 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 138 | 168 | 104 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.34 |
| HSL | 88.13º | 0.27% | 0.53% | - |
| HSV(B) | 88.13º | 0.38% | 0.66% | - |
| XYZ | 26.98 | 34.41 | 18.32 | - |
| YUV | 151.73 | 101.06 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 168 | 104 | 0.18 | 0 | 0.38 | 0.34 | 88.13 | 0.27 | 0.53 |
| Hex | 8A | A8 | 68 | 12 | 0 | 26 | 22 | 58 | 1B | 35 |
| Octal | 212 | 250 | 150 | 22 | 0 | 46 | 42 | 130 | 33 | 65 |
| Binary | 10001010 | 10101000 | 1101000 | 10010 | 0 | 100110 | 100010 | 1011000 | 11011 | 110101 |
Color Harmonies of #8AA868
Complementary color
Monochromatic Colors of #8AA868
Black with #8AA868
Text Example
Text Example
White with #8AA868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA868; }
p { color: rgb(138,168,104); }
H1.HeaderClassName
{
color: #8AA868;
}
.AnyTagClassName
{
color: #8AA868;
}
</style>
background-color css
<style>
a { background-color: #8AA868; }
a { background-color: rgb(138,168,104); }
div.DivClassName
{
background-color: #8AA868;
}
.BgClassName
{
background-color: #8AA868;
}
</style>
border-color css
<style>
span { border-color: #8AA868; }
span { border-color: rgb(138,168,104); }
td.TdClassName
{
border-color: #8AA868;
}
.TagClassName
{
border-color: #8AA868;
}
</style>