Shades of Chelsea Cucumber #8AA36B
Tints of Chelsea Cucumber #8AA36B
RGB
CMYK
RGB Variations
Color information
#8AA36B (or 0x8AA36B) is known color: Chelsea Cucumber. HEX triplet: 8A, A3 and 6B. RGB value is (138,163,107). Sum of RGB (Red+Green+Blue) = 138+163+107=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA36B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA36B is #755C94. Grayscale: #959595. Windows color (decimal): -7691413 or 7054218. OLE color: 7054218.
HSL color Cylindrical-coordinate representation of color #8AA36B: hue angle of 86.79º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AA36B is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 163 | 107 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.36 |
| HSL | 86.79º | 0.23% | 0.53% | - |
| HSV(B) | 86.79º | 0.34% | 0.64% | - |
| XYZ | 26.23 | 32.66 | 18.83 | - |
| YUV | 149.14 | 104.22 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 163 | 107 | 0.15 | 0 | 0.34 | 0.36 | 86.79 | 0.23 | 0.53 |
| Hex | 8A | A3 | 6B | F | 0 | 22 | 24 | 57 | 17 | 35 |
| Octal | 212 | 243 | 153 | 17 | 0 | 42 | 44 | 127 | 27 | 65 |
| Binary | 10001010 | 10100011 | 1101011 | 1111 | 0 | 100010 | 100100 | 1010111 | 10111 | 110101 |
Color Harmonies of #8AA36B
Complementary color
Monochromatic Colors of #8AA36B
Black with #8AA36B
Text Example
Text Example
White with #8AA36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA36B; }
p { color: rgb(138,163,107); }
H1.HeaderClassName
{
color: #8AA36B;
}
.AnyTagClassName
{
color: #8AA36B;
}
</style>
background-color css
<style>
a { background-color: #8AA36B; }
a { background-color: rgb(138,163,107); }
div.DivClassName
{
background-color: #8AA36B;
}
.BgClassName
{
background-color: #8AA36B;
}
</style>
border-color css
<style>
span { border-color: #8AA36B; }
span { border-color: rgb(138,163,107); }
td.TdClassName
{
border-color: #8AA36B;
}
.TagClassName
{
border-color: #8AA36B;
}
</style>