Shades of Chelsea Cucumber #8AA471
Tints of Chelsea Cucumber #8AA471
RGB
CMYK
RGB Variations
Color information
#8AA471 (or 0x8AA471) is known color: Chelsea Cucumber. HEX triplet: 8A, A4 and 71. RGB value is (138,164,113). Sum of RGB (Red+Green+Blue) = 138+164+113=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA471 is #755B8E. Grayscale: #969696. Windows color (decimal): -7691151 or 7447690. OLE color: 7447690.
HSL color Cylindrical-coordinate representation of color #8AA471: hue angle of 90.59º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AA471 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 164 | 113 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.36 |
| HSL | 90.59º | 0.22% | 0.54% | - |
| HSV(B) | 90.59º | 0.31% | 0.64% | - |
| XYZ | 26.74 | 33.15 | 20.61 | - |
| YUV | 150.41 | 106.89 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 164 | 113 | 0.16 | 0 | 0.31 | 0.36 | 90.59 | 0.22 | 0.54 |
| Hex | 8A | A4 | 71 | 10 | 0 | 1F | 24 | 5B | 16 | 36 |
| Octal | 212 | 244 | 161 | 20 | 0 | 37 | 44 | 133 | 26 | 66 |
| Binary | 10001010 | 10100100 | 1110001 | 10000 | 0 | 11111 | 100100 | 1011011 | 10110 | 110110 |
Color Harmonies of #8AA471
Complementary color
Monochromatic Colors of #8AA471
Black with #8AA471
Text Example
Text Example
White with #8AA471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA471; }
p { color: rgb(138,164,113); }
H1.HeaderClassName
{
color: #8AA471;
}
.AnyTagClassName
{
color: #8AA471;
}
</style>
background-color css
<style>
a { background-color: #8AA471; }
a { background-color: rgb(138,164,113); }
div.DivClassName
{
background-color: #8AA471;
}
.BgClassName
{
background-color: #8AA471;
}
</style>
border-color css
<style>
span { border-color: #8AA471; }
span { border-color: rgb(138,164,113); }
td.TdClassName
{
border-color: #8AA471;
}
.TagClassName
{
border-color: #8AA471;
}
</style>