Shades of Chelsea Cucumber #8AAC4C
Tints of Chelsea Cucumber #8AAC4C
RGB
CMYK
RGB Variations
Color information
#8AAC4C (or 0x8AAC4C) is known color: Chelsea Cucumber. HEX triplet: 8A, AC and 4C. RGB value is (138,172,76). Sum of RGB (Red+Green+Blue) = 138+172+76=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAC4C is #7553B3. Grayscale: #979797. Windows color (decimal): -7689140 or 5024906. OLE color: 5024906.
HSL color Cylindrical-coordinate representation of color #8AAC4C: hue angle of 81.25º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8AAC4C is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 172 | 76 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.33 |
| HSL | 81.25º | 0.39% | 0.49% | - |
| HSV(B) | 81.25º | 0.56% | 0.67% | - |
| XYZ | 26.54 | 35.43 | 12.28 | - |
| YUV | 150.89 | 85.74 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 76 | 0.20 | 0 | 0.56 | 0.33 | 81.25 | 0.39 | 0.49 |
| Hex | 8A | AC | 4C | 14 | 0 | 38 | 21 | 51 | 27 | 31 |
| Octal | 212 | 254 | 114 | 24 | 0 | 70 | 41 | 121 | 47 | 61 |
| Binary | 10001010 | 10101100 | 1001100 | 10100 | 0 | 111000 | 100001 | 1010001 | 100111 | 110001 |
Color Harmonies of #8AAC4C
Complementary color
Monochromatic Colors of #8AAC4C
Black with #8AAC4C
Text Example
Text Example
White with #8AAC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAC4C; }
p { color: rgb(138,172,76); }
H1.HeaderClassName
{
color: #8AAC4C;
}
.AnyTagClassName
{
color: #8AAC4C;
}
</style>
background-color css
<style>
a { background-color: #8AAC4C; }
a { background-color: rgb(138,172,76); }
div.DivClassName
{
background-color: #8AAC4C;
}
.BgClassName
{
background-color: #8AAC4C;
}
</style>
border-color css
<style>
span { border-color: #8AAC4C; }
span { border-color: rgb(138,172,76); }
td.TdClassName
{
border-color: #8AAC4C;
}
.TagClassName
{
border-color: #8AAC4C;
}
</style>