Shades of Chelsea Cucumber #8AA547
Tints of Chelsea Cucumber #8AA547
RGB
CMYK
RGB Variations
Color information
#8AA547 (or 0x8AA547) is known color: Chelsea Cucumber. HEX triplet: 8A, A5 and 47. RGB value is (138,165,71). Sum of RGB (Red+Green+Blue) = 138+165+71=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 165 (64.84% from 255 or 44.12% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA547 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA547 is #755AB8. Grayscale: #929292. Windows color (decimal): -7690937 or 4695434. OLE color: 4695434.
HSL color Cylindrical-coordinate representation of color #8AA547: hue angle of 77.23º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8AA547 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 165 | 71 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.35 |
| HSL | 77.23º | 0.4% | 0.46% | - |
| HSV(B) | 77.23º | 0.57% | 0.65% | - |
| XYZ | 25.07 | 32.77 | 10.96 | - |
| YUV | 146.21 | 85.55 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 165 | 71 | 0.16 | 0 | 0.57 | 0.35 | 77.23 | 0.4 | 0.46 |
| Hex | 8A | A5 | 47 | 10 | 0 | 39 | 23 | 4D | 28 | 2E |
| Octal | 212 | 245 | 107 | 20 | 0 | 71 | 43 | 115 | 50 | 56 |
| Binary | 10001010 | 10100101 | 1000111 | 10000 | 0 | 111001 | 100011 | 1001101 | 101000 | 101110 |
Color Harmonies of #8AA547
Complementary color
Monochromatic Colors of #8AA547
Black with #8AA547
Text Example
Text Example
White with #8AA547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA547; }
p { color: rgb(138,165,71); }
H1.HeaderClassName
{
color: #8AA547;
}
.AnyTagClassName
{
color: #8AA547;
}
</style>
background-color css
<style>
a { background-color: #8AA547; }
a { background-color: rgb(138,165,71); }
div.DivClassName
{
background-color: #8AA547;
}
.BgClassName
{
background-color: #8AA547;
}
</style>
border-color css
<style>
span { border-color: #8AA547; }
span { border-color: rgb(138,165,71); }
td.TdClassName
{
border-color: #8AA547;
}
.TagClassName
{
border-color: #8AA547;
}
</style>