Shades of Chelsea Cucumber #8AAC68
Tints of Chelsea Cucumber #8AAC68
RGB
CMYK
RGB Variations
Color information
#8AAC68 (or 0x8AAC68) is known color: Chelsea Cucumber. HEX triplet: 8A, AC and 68. RGB value is (138,172,104). Sum of RGB (Red+Green+Blue) = 138+172+104=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAC68 is #755397. Grayscale: #9A9A9A. Windows color (decimal): -7689112 or 6859914. OLE color: 6859914.
HSL color Cylindrical-coordinate representation of color #8AAC68: hue angle of 90º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AAC68 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 172 | 104 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.33 |
| HSL | 90º | 0.29% | 0.54% | - |
| HSV(B) | 90º | 0.4% | 0.67% | - |
| XYZ | 27.73 | 35.91 | 18.57 | - |
| YUV | 154.08 | 99.74 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 104 | 0.20 | 0 | 0.40 | 0.33 | 90 | 0.29 | 0.54 |
| Hex | 8A | AC | 68 | 14 | 0 | 28 | 21 | 5A | 1D | 36 |
| Octal | 212 | 254 | 150 | 24 | 0 | 50 | 41 | 132 | 35 | 66 |
| Binary | 10001010 | 10101100 | 1101000 | 10100 | 0 | 101000 | 100001 | 1011010 | 11101 | 110110 |
Color Harmonies of #8AAC68
Complementary color
Monochromatic Colors of #8AAC68
Black with #8AAC68
Text Example
Text Example
White with #8AAC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAC68; }
p { color: rgb(138,172,104); }
H1.HeaderClassName
{
color: #8AAC68;
}
.AnyTagClassName
{
color: #8AAC68;
}
</style>
background-color css
<style>
a { background-color: #8AAC68; }
a { background-color: rgb(138,172,104); }
div.DivClassName
{
background-color: #8AAC68;
}
.BgClassName
{
background-color: #8AAC68;
}
</style>
border-color css
<style>
span { border-color: #8AAC68; }
span { border-color: rgb(138,172,104); }
td.TdClassName
{
border-color: #8AAC68;
}
.TagClassName
{
border-color: #8AAC68;
}
</style>