Shades of Chelsea Cucumber #8AA470
Tints of Chelsea Cucumber #8AA470
RGB
CMYK
RGB Variations
Color information
#8AA470 (or 0x8AA470) is known color: Chelsea Cucumber. HEX triplet: 8A, A4 and 70. RGB value is (138,164,112). Sum of RGB (Red+Green+Blue) = 138+164+112=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA470 is #755B8F. Grayscale: #969696. Windows color (decimal): -7691152 or 7382154. OLE color: 7382154.
HSL color Cylindrical-coordinate representation of color #8AA470: hue angle of 90º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AA470 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 164 | 112 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.36 |
| HSL | 90º | 0.22% | 0.54% | - |
| HSV(B) | 90º | 0.32% | 0.64% | - |
| XYZ | 26.68 | 33.12 | 20.32 | - |
| YUV | 150.3 | 106.39 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 164 | 112 | 0.16 | 0 | 0.32 | 0.36 | 90 | 0.22 | 0.54 |
| Hex | 8A | A4 | 70 | 10 | 0 | 20 | 24 | 5A | 16 | 36 |
| Octal | 212 | 244 | 160 | 20 | 0 | 40 | 44 | 132 | 26 | 66 |
| Binary | 10001010 | 10100100 | 1110000 | 10000 | 0 | 100000 | 100100 | 1011010 | 10110 | 110110 |
Color Harmonies of #8AA470
Complementary color
Monochromatic Colors of #8AA470
Black with #8AA470
Text Example
Text Example
White with #8AA470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA470; }
p { color: rgb(138,164,112); }
H1.HeaderClassName
{
color: #8AA470;
}
.AnyTagClassName
{
color: #8AA470;
}
</style>
background-color css
<style>
a { background-color: #8AA470; }
a { background-color: rgb(138,164,112); }
div.DivClassName
{
background-color: #8AA470;
}
.BgClassName
{
background-color: #8AA470;
}
</style>
border-color css
<style>
span { border-color: #8AA470; }
span { border-color: rgb(138,164,112); }
td.TdClassName
{
border-color: #8AA470;
}
.TagClassName
{
border-color: #8AA470;
}
</style>