Shades of Chelsea Cucumber #8AA571
Tints of Chelsea Cucumber #8AA571
RGB
CMYK
RGB Variations
Color information
#8AA571 (or 0x8AA571) is known color: Chelsea Cucumber. HEX triplet: 8A, A5 and 71. RGB value is (138,165,113). Sum of RGB (Red+Green+Blue) = 138+165+113=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA571 is #755A8E. Grayscale: #979797. Windows color (decimal): -7690895 or 7447946. OLE color: 7447946.
HSL color Cylindrical-coordinate representation of color #8AA571: hue angle of 91.15º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AA571 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 165 | 113 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.35 |
| HSL | 91.15º | 0.22% | 0.55% | - |
| HSV(B) | 91.15º | 0.32% | 0.65% | - |
| XYZ | 26.92 | 33.51 | 20.67 | - |
| YUV | 151 | 106.55 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 165 | 113 | 0.16 | 0 | 0.32 | 0.35 | 91.15 | 0.22 | 0.55 |
| Hex | 8A | A5 | 71 | 10 | 0 | 20 | 23 | 5B | 16 | 37 |
| Octal | 212 | 245 | 161 | 20 | 0 | 40 | 43 | 133 | 26 | 67 |
| Binary | 10001010 | 10100101 | 1110001 | 10000 | 0 | 100000 | 100011 | 1011011 | 10110 | 110111 |
Color Harmonies of #8AA571
Complementary color
Monochromatic Colors of #8AA571
Black with #8AA571
Text Example
Text Example
White with #8AA571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA571; }
p { color: rgb(138,165,113); }
H1.HeaderClassName
{
color: #8AA571;
}
.AnyTagClassName
{
color: #8AA571;
}
</style>
background-color css
<style>
a { background-color: #8AA571; }
a { background-color: rgb(138,165,113); }
div.DivClassName
{
background-color: #8AA571;
}
.BgClassName
{
background-color: #8AA571;
}
</style>
border-color css
<style>
span { border-color: #8AA571; }
span { border-color: rgb(138,165,113); }
td.TdClassName
{
border-color: #8AA571;
}
.TagClassName
{
border-color: #8AA571;
}
</style>