Shades of Chelsea Cucumber #8AAC4A
Tints of Chelsea Cucumber #8AAC4A
RGB
CMYK
RGB Variations
Color information
#8AAC4A (or 0x8AAC4A) is known color: Chelsea Cucumber. HEX triplet: 8A, AC and 4A. RGB value is (138,172,74). Sum of RGB (Red+Green+Blue) = 138+172+74=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAC4A is #7553B5. Grayscale: #979797. Windows color (decimal): -7689142 or 4893834. OLE color: 4893834.
HSL color Cylindrical-coordinate representation of color #8AAC4A: hue angle of 80.82º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8AAC4A is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 172 | 74 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.33 |
| HSL | 80.82º | 0.4% | 0.48% | - |
| HSV(B) | 80.82º | 0.57% | 0.67% | - |
| XYZ | 26.47 | 35.4 | 11.92 | - |
| YUV | 150.66 | 84.74 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 74 | 0.20 | 0 | 0.57 | 0.33 | 80.82 | 0.4 | 0.48 |
| Hex | 8A | AC | 4A | 14 | 0 | 39 | 21 | 51 | 28 | 30 |
| Octal | 212 | 254 | 112 | 24 | 0 | 71 | 41 | 121 | 50 | 60 |
| Binary | 10001010 | 10101100 | 1001010 | 10100 | 0 | 111001 | 100001 | 1010001 | 101000 | 110000 |
Color Harmonies of #8AAC4A
Complementary color
Monochromatic Colors of #8AAC4A
Black with #8AAC4A
Text Example
Text Example
White with #8AAC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAC4A; }
p { color: rgb(138,172,74); }
H1.HeaderClassName
{
color: #8AAC4A;
}
.AnyTagClassName
{
color: #8AAC4A;
}
</style>
background-color css
<style>
a { background-color: #8AAC4A; }
a { background-color: rgb(138,172,74); }
div.DivClassName
{
background-color: #8AAC4A;
}
.BgClassName
{
background-color: #8AAC4A;
}
</style>
border-color css
<style>
span { border-color: #8AAC4A; }
span { border-color: rgb(138,172,74); }
td.TdClassName
{
border-color: #8AAC4A;
}
.TagClassName
{
border-color: #8AAC4A;
}
</style>