Shades of Chelsea Cucumber #8AA469
Tints of Chelsea Cucumber #8AA469
RGB
CMYK
RGB Variations
Color information
#8AA469 (or 0x8AA469) is known color: Chelsea Cucumber. HEX triplet: 8A, A4 and 69. RGB value is (138,164,105). Sum of RGB (Red+Green+Blue) = 138+164+105=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA469 is #755B96. Grayscale: #959595. Windows color (decimal): -7691159 or 6923402. OLE color: 6923402.
HSL color Cylindrical-coordinate representation of color #8AA469: hue angle of 86.44º 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 #8AA469 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 164 | 105 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.36 |
| HSL | 86.44º | 0.24% | 0.53% | - |
| HSV(B) | 86.44º | 0.36% | 0.64% | - |
| XYZ | 26.31 | 32.97 | 18.34 | - |
| YUV | 149.5 | 102.89 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 164 | 105 | 0.16 | 0 | 0.36 | 0.36 | 86.44 | 0.24 | 0.53 |
| Hex | 8A | A4 | 69 | 10 | 0 | 24 | 24 | 56 | 18 | 35 |
| Octal | 212 | 244 | 151 | 20 | 0 | 44 | 44 | 126 | 30 | 65 |
| Binary | 10001010 | 10100100 | 1101001 | 10000 | 0 | 100100 | 100100 | 1010110 | 11000 | 110101 |
Color Harmonies of #8AA469
Complementary color
Monochromatic Colors of #8AA469
Black with #8AA469
Text Example
Text Example
White with #8AA469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA469; }
p { color: rgb(138,164,105); }
H1.HeaderClassName
{
color: #8AA469;
}
.AnyTagClassName
{
color: #8AA469;
}
</style>
background-color css
<style>
a { background-color: #8AA469; }
a { background-color: rgb(138,164,105); }
div.DivClassName
{
background-color: #8AA469;
}
.BgClassName
{
background-color: #8AA469;
}
</style>
border-color css
<style>
span { border-color: #8AA469; }
span { border-color: rgb(138,164,105); }
td.TdClassName
{
border-color: #8AA469;
}
.TagClassName
{
border-color: #8AA469;
}
</style>