Shades of Chelsea Cucumber #8AA356
Tints of Chelsea Cucumber #8AA356
RGB
CMYK
RGB Variations
Color information
#8AA356 (or 0x8AA356) is known color: Chelsea Cucumber. HEX triplet: 8A, A3 and 56. RGB value is (138,163,86). Sum of RGB (Red+Green+Blue) = 138+163+86=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA356 is #755CA9. Grayscale: #939393. Windows color (decimal): -7691434 or 5677962. OLE color: 5677962.
HSL color Cylindrical-coordinate representation of color #8AA356: hue angle of 79.48º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8AA356 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 163 | 86 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.36 |
| HSL | 79.48º | 0.31% | 0.49% | - |
| HSV(B) | 79.48º | 0.47% | 0.64% | - |
| XYZ | 25.26 | 32.27 | 13.7 | - |
| YUV | 146.75 | 93.72 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 163 | 86 | 0.15 | 0 | 0.47 | 0.36 | 79.48 | 0.31 | 0.49 |
| Hex | 8A | A3 | 56 | F | 0 | 2F | 24 | 4F | 1F | 31 |
| Octal | 212 | 243 | 126 | 17 | 0 | 57 | 44 | 117 | 37 | 61 |
| Binary | 10001010 | 10100011 | 1010110 | 1111 | 0 | 101111 | 100100 | 1001111 | 11111 | 110001 |
Color Harmonies of #8AA356
Complementary color
Monochromatic Colors of #8AA356
Black with #8AA356
Text Example
Text Example
White with #8AA356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA356; }
p { color: rgb(138,163,86); }
H1.HeaderClassName
{
color: #8AA356;
}
.AnyTagClassName
{
color: #8AA356;
}
</style>
background-color css
<style>
a { background-color: #8AA356; }
a { background-color: rgb(138,163,86); }
div.DivClassName
{
background-color: #8AA356;
}
.BgClassName
{
background-color: #8AA356;
}
</style>
border-color css
<style>
span { border-color: #8AA356; }
span { border-color: rgb(138,163,86); }
td.TdClassName
{
border-color: #8AA356;
}
.TagClassName
{
border-color: #8AA356;
}
</style>