Shades of Chelsea Cucumber #8AAC4D
Tints of Chelsea Cucumber #8AAC4D
RGB
CMYK
RGB Variations
Color information
#8AAC4D (or 0x8AAC4D) is known color: Chelsea Cucumber. HEX triplet: 8A, AC and 4D. RGB value is (138,172,77). Sum of RGB (Red+Green+Blue) = 138+172+77=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAC4D is #7553B2. Grayscale: #979797. Windows color (decimal): -7689139 or 5090442. OLE color: 5090442.
HSL color Cylindrical-coordinate representation of color #8AAC4D: hue angle of 81.47º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8AAC4D is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 172 | 77 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.33 |
| HSL | 81.47º | 0.38% | 0.49% | - |
| HSV(B) | 81.47º | 0.55% | 0.67% | - |
| XYZ | 26.57 | 35.44 | 12.46 | - |
| YUV | 151 | 86.24 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 77 | 0.20 | 0 | 0.55 | 0.33 | 81.47 | 0.38 | 0.49 |
| Hex | 8A | AC | 4D | 14 | 0 | 37 | 21 | 51 | 26 | 31 |
| Octal | 212 | 254 | 115 | 24 | 0 | 67 | 41 | 121 | 46 | 61 |
| Binary | 10001010 | 10101100 | 1001101 | 10100 | 0 | 110111 | 100001 | 1010001 | 100110 | 110001 |
Color Harmonies of #8AAC4D
Complementary color
Monochromatic Colors of #8AAC4D
Black with #8AAC4D
Text Example
Text Example
White with #8AAC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAC4D; }
p { color: rgb(138,172,77); }
H1.HeaderClassName
{
color: #8AAC4D;
}
.AnyTagClassName
{
color: #8AAC4D;
}
</style>
background-color css
<style>
a { background-color: #8AAC4D; }
a { background-color: rgb(138,172,77); }
div.DivClassName
{
background-color: #8AAC4D;
}
.BgClassName
{
background-color: #8AAC4D;
}
</style>
border-color css
<style>
span { border-color: #8AAC4D; }
span { border-color: rgb(138,172,77); }
td.TdClassName
{
border-color: #8AAC4D;
}
.TagClassName
{
border-color: #8AAC4D;
}
</style>