Shades of Chelsea Cucumber #8AAC67
Tints of Chelsea Cucumber #8AAC67
RGB
CMYK
RGB Variations
Color information
#8AAC67 (or 0x8AAC67) is known color: Chelsea Cucumber. HEX triplet: 8A, AC and 67. RGB value is (138,172,103). Sum of RGB (Red+Green+Blue) = 138+172+103=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAC67 is #755398. Grayscale: #9A9A9A. Windows color (decimal): -7689113 or 6794378. OLE color: 6794378.
HSL color Cylindrical-coordinate representation of color #8AAC67: hue angle of 89.57º 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 #8AAC67 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 172 | 103 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.33 |
| HSL | 89.57º | 0.29% | 0.54% | - |
| HSV(B) | 89.57º | 0.4% | 0.67% | - |
| XYZ | 27.68 | 35.89 | 18.3 | - |
| YUV | 153.97 | 99.24 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 103 | 0.20 | 0 | 0.40 | 0.33 | 89.57 | 0.29 | 0.54 |
| Hex | 8A | AC | 67 | 14 | 0 | 28 | 21 | 5A | 1D | 36 |
| Octal | 212 | 254 | 147 | 24 | 0 | 50 | 41 | 132 | 35 | 66 |
| Binary | 10001010 | 10101100 | 1100111 | 10100 | 0 | 101000 | 100001 | 1011010 | 11101 | 110110 |
Color Harmonies of #8AAC67
Complementary color
Monochromatic Colors of #8AAC67
Black with #8AAC67
Text Example
Text Example
White with #8AAC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAC67; }
p { color: rgb(138,172,103); }
H1.HeaderClassName
{
color: #8AAC67;
}
.AnyTagClassName
{
color: #8AAC67;
}
</style>
background-color css
<style>
a { background-color: #8AAC67; }
a { background-color: rgb(138,172,103); }
div.DivClassName
{
background-color: #8AAC67;
}
.BgClassName
{
background-color: #8AAC67;
}
</style>
border-color css
<style>
span { border-color: #8AAC67; }
span { border-color: rgb(138,172,103); }
td.TdClassName
{
border-color: #8AAC67;
}
.TagClassName
{
border-color: #8AAC67;
}
</style>