Shades of Chelsea Cucumber #8AA563
Tints of Chelsea Cucumber #8AA563
RGB
CMYK
RGB Variations
Color information
#8AA563 (or 0x8AA563) is known color: Chelsea Cucumber. HEX triplet: 8A, A5 and 63. RGB value is (138,165,99). Sum of RGB (Red+Green+Blue) = 138+165+99=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA563 is #755A9C. Grayscale: #959595. Windows color (decimal): -7690909 or 6530442. OLE color: 6530442.
HSL color Cylindrical-coordinate representation of color #8AA563: hue angle of 84.55º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AA563 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 165 | 99 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.35 |
| HSL | 84.55º | 0.27% | 0.52% | - |
| HSV(B) | 84.55º | 0.4% | 0.65% | - |
| XYZ | 26.19 | 33.21 | 16.84 | - |
| YUV | 149.4 | 99.55 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 165 | 99 | 0.16 | 0 | 0.40 | 0.35 | 84.55 | 0.27 | 0.52 |
| Hex | 8A | A5 | 63 | 10 | 0 | 28 | 23 | 55 | 1B | 34 |
| Octal | 212 | 245 | 143 | 20 | 0 | 50 | 43 | 125 | 33 | 64 |
| Binary | 10001010 | 10100101 | 1100011 | 10000 | 0 | 101000 | 100011 | 1010101 | 11011 | 110100 |
Color Harmonies of #8AA563
Complementary color
Monochromatic Colors of #8AA563
Black with #8AA563
Text Example
Text Example
White with #8AA563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA563; }
p { color: rgb(138,165,99); }
H1.HeaderClassName
{
color: #8AA563;
}
.AnyTagClassName
{
color: #8AA563;
}
</style>
background-color css
<style>
a { background-color: #8AA563; }
a { background-color: rgb(138,165,99); }
div.DivClassName
{
background-color: #8AA563;
}
.BgClassName
{
background-color: #8AA563;
}
</style>
border-color css
<style>
span { border-color: #8AA563; }
span { border-color: rgb(138,165,99); }
td.TdClassName
{
border-color: #8AA563;
}
.TagClassName
{
border-color: #8AA563;
}
</style>