Shades of Chelsea Cucumber #8AA14A
Tints of Chelsea Cucumber #8AA14A
RGB
CMYK
RGB Variations
Color information
#8AA14A (or 0x8AA14A) is known color: Chelsea Cucumber. HEX triplet: 8A, A1 and 4A. RGB value is (138,161,74). Sum of RGB (Red+Green+Blue) = 138+161+74=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA14A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA14A is #755EB5. Grayscale: #909090. Windows color (decimal): -7691958 or 4891018. OLE color: 4891018.
HSL color Cylindrical-coordinate representation of color #8AA14A: hue angle of 75.86º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8AA14A is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 161 | 74 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.37 |
| HSL | 75.86º | 0.37% | 0.46% | - |
| HSV(B) | 75.86º | 0.54% | 0.63% | - |
| XYZ | 24.46 | 31.39 | 11.25 | - |
| YUV | 144.21 | 88.38 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 161 | 74 | 0.14 | 0 | 0.54 | 0.37 | 75.86 | 0.37 | 0.46 |
| Hex | 8A | A1 | 4A | E | 0 | 36 | 25 | 4C | 25 | 2E |
| Octal | 212 | 241 | 112 | 16 | 0 | 66 | 45 | 114 | 45 | 56 |
| Binary | 10001010 | 10100001 | 1001010 | 1110 | 0 | 110110 | 100101 | 1001100 | 100101 | 101110 |
Color Harmonies of #8AA14A
Complementary color
Monochromatic Colors of #8AA14A
Black with #8AA14A
Text Example
Text Example
White with #8AA14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA14A; }
p { color: rgb(138,161,74); }
H1.HeaderClassName
{
color: #8AA14A;
}
.AnyTagClassName
{
color: #8AA14A;
}
</style>
background-color css
<style>
a { background-color: #8AA14A; }
a { background-color: rgb(138,161,74); }
div.DivClassName
{
background-color: #8AA14A;
}
.BgClassName
{
background-color: #8AA14A;
}
</style>
border-color css
<style>
span { border-color: #8AA14A; }
span { border-color: rgb(138,161,74); }
td.TdClassName
{
border-color: #8AA14A;
}
.TagClassName
{
border-color: #8AA14A;
}
</style>