Shades of Chelsea Cucumber #8AAC52
Tints of Chelsea Cucumber #8AAC52
RGB
CMYK
RGB Variations
Color information
#8AAC52 (or 0x8AAC52) is known color: Chelsea Cucumber. HEX triplet: 8A, AC and 52. RGB value is (138,172,82). Sum of RGB (Red+Green+Blue) = 138+172+82=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAC52 is #7553AD. Grayscale: #979797. Windows color (decimal): -7689134 or 5418122. OLE color: 5418122.
HSL color Cylindrical-coordinate representation of color #8AAC52: hue angle of 82.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8AAC52 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 172 | 82 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.33 |
| HSL | 82.67º | 0.35% | 0.5% | - |
| HSV(B) | 82.67º | 0.52% | 0.67% | - |
| XYZ | 26.76 | 35.52 | 13.43 | - |
| YUV | 151.57 | 88.74 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 82 | 0.20 | 0 | 0.52 | 0.33 | 82.67 | 0.35 | 0.5 |
| Hex | 8A | AC | 52 | 14 | 0 | 34 | 21 | 53 | 23 | 32 |
| Octal | 212 | 254 | 122 | 24 | 0 | 64 | 41 | 123 | 43 | 62 |
| Binary | 10001010 | 10101100 | 1010010 | 10100 | 0 | 110100 | 100001 | 1010011 | 100011 | 110010 |
Color Harmonies of #8AAC52
Complementary color
Monochromatic Colors of #8AAC52
Black with #8AAC52
Text Example
Text Example
White with #8AAC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAC52; }
p { color: rgb(138,172,82); }
H1.HeaderClassName
{
color: #8AAC52;
}
.AnyTagClassName
{
color: #8AAC52;
}
</style>
background-color css
<style>
a { background-color: #8AAC52; }
a { background-color: rgb(138,172,82); }
div.DivClassName
{
background-color: #8AAC52;
}
.BgClassName
{
background-color: #8AAC52;
}
</style>
border-color css
<style>
span { border-color: #8AAC52; }
span { border-color: rgb(138,172,82); }
td.TdClassName
{
border-color: #8AAC52;
}
.TagClassName
{
border-color: #8AAC52;
}
</style>