Shades of Chelsea Cucumber #8AA36A
Tints of Chelsea Cucumber #8AA36A
RGB
CMYK
RGB Variations
Color information
#8AA36A (or 0x8AA36A) is known color: Chelsea Cucumber. HEX triplet: 8A, A3 and 6A. RGB value is (138,163,106). Sum of RGB (Red+Green+Blue) = 138+163+106=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA36A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA36A is #755C95. Grayscale: #959595. Windows color (decimal): -7691414 or 6988682. OLE color: 6988682.
HSL color Cylindrical-coordinate representation of color #8AA36A: hue angle of 86.32º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AA36A is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 163 | 106 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.36 |
| HSL | 86.32º | 0.24% | 0.53% | - |
| HSV(B) | 86.32º | 0.35% | 0.64% | - |
| XYZ | 26.18 | 32.64 | 18.56 | - |
| YUV | 149.03 | 103.72 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 163 | 106 | 0.15 | 0 | 0.35 | 0.36 | 86.32 | 0.24 | 0.53 |
| Hex | 8A | A3 | 6A | F | 0 | 23 | 24 | 56 | 18 | 35 |
| Octal | 212 | 243 | 152 | 17 | 0 | 43 | 44 | 126 | 30 | 65 |
| Binary | 10001010 | 10100011 | 1101010 | 1111 | 0 | 100011 | 100100 | 1010110 | 11000 | 110101 |
Color Harmonies of #8AA36A
Complementary color
Monochromatic Colors of #8AA36A
Black with #8AA36A
Text Example
Text Example
White with #8AA36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA36A; }
p { color: rgb(138,163,106); }
H1.HeaderClassName
{
color: #8AA36A;
}
.AnyTagClassName
{
color: #8AA36A;
}
</style>
background-color css
<style>
a { background-color: #8AA36A; }
a { background-color: rgb(138,163,106); }
div.DivClassName
{
background-color: #8AA36A;
}
.BgClassName
{
background-color: #8AA36A;
}
</style>
border-color css
<style>
span { border-color: #8AA36A; }
span { border-color: rgb(138,163,106); }
td.TdClassName
{
border-color: #8AA36A;
}
.TagClassName
{
border-color: #8AA36A;
}
</style>