Shades of Chelsea Cucumber #8AA369
Tints of Chelsea Cucumber #8AA369
RGB
CMYK
RGB Variations
Color information
#8AA369 (or 0x8AA369) is known color: Chelsea Cucumber. HEX triplet: 8A, A3 and 69. RGB value is (138,163,105). Sum of RGB (Red+Green+Blue) = 138+163+105=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA369 is #755C96. Grayscale: #959595. Windows color (decimal): -7691415 or 6923146. OLE color: 6923146.
HSL color Cylindrical-coordinate representation of color #8AA369: hue angle of 85.86º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AA369 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 163 | 105 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.36 |
| HSL | 85.86º | 0.24% | 0.53% | - |
| HSV(B) | 85.86º | 0.36% | 0.64% | - |
| XYZ | 26.13 | 32.62 | 18.28 | - |
| YUV | 148.91 | 103.22 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 163 | 105 | 0.15 | 0 | 0.36 | 0.36 | 85.86 | 0.24 | 0.53 |
| Hex | 8A | A3 | 69 | F | 0 | 24 | 24 | 56 | 18 | 35 |
| Octal | 212 | 243 | 151 | 17 | 0 | 44 | 44 | 126 | 30 | 65 |
| Binary | 10001010 | 10100011 | 1101001 | 1111 | 0 | 100100 | 100100 | 1010110 | 11000 | 110101 |
Color Harmonies of #8AA369
Complementary color
Monochromatic Colors of #8AA369
Black with #8AA369
Text Example
Text Example
White with #8AA369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA369; }
p { color: rgb(138,163,105); }
H1.HeaderClassName
{
color: #8AA369;
}
.AnyTagClassName
{
color: #8AA369;
}
</style>
background-color css
<style>
a { background-color: #8AA369; }
a { background-color: rgb(138,163,105); }
div.DivClassName
{
background-color: #8AA369;
}
.BgClassName
{
background-color: #8AA369;
}
</style>
border-color css
<style>
span { border-color: #8AA369; }
span { border-color: rgb(138,163,105); }
td.TdClassName
{
border-color: #8AA369;
}
.TagClassName
{
border-color: #8AA369;
}
</style>