Shades of Chelsea Cucumber #8A9E50
Tints of Chelsea Cucumber #8A9E50
RGB
CMYK
RGB Variations
Color information
#8A9E50 (or 0x8A9E50) is known color: Chelsea Cucumber. HEX triplet: 8A, 9E and 50. RGB value is (138,158,80). Sum of RGB (Red+Green+Blue) = 138+158+80=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 158 - color contains mainly: green. Hex color #8A9E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9E50 is #7561AF. Grayscale: #8F8F8F. Windows color (decimal): -7692720 or 5283466. OLE color: 5283466.
HSL color Cylindrical-coordinate representation of color #8A9E50: hue angle of 75.38º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A9E50 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 158 | 80 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.38 |
| HSL | 75.38º | 0.33% | 0.47% | - |
| HSV(B) | 75.38º | 0.49% | 0.62% | - |
| XYZ | 24.16 | 30.44 | 12.19 | - |
| YUV | 143.13 | 92.37 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 158 | 80 | 0.13 | 0 | 0.49 | 0.38 | 75.38 | 0.33 | 0.47 |
| Hex | 8A | 9E | 50 | D | 0 | 31 | 26 | 4B | 21 | 2F |
| Octal | 212 | 236 | 120 | 15 | 0 | 61 | 46 | 113 | 41 | 57 |
| Binary | 10001010 | 10011110 | 1010000 | 1101 | 0 | 110001 | 100110 | 1001011 | 100001 | 101111 |
Color Harmonies of #8A9E50
Complementary color
Monochromatic Colors of #8A9E50
Black with #8A9E50
Text Example
Text Example
White with #8A9E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9E50; }
p { color: rgb(138,158,80); }
H1.HeaderClassName
{
color: #8A9E50;
}
.AnyTagClassName
{
color: #8A9E50;
}
</style>
background-color css
<style>
a { background-color: #8A9E50; }
a { background-color: rgb(138,158,80); }
div.DivClassName
{
background-color: #8A9E50;
}
.BgClassName
{
background-color: #8A9E50;
}
</style>
border-color css
<style>
span { border-color: #8A9E50; }
span { border-color: rgb(138,158,80); }
td.TdClassName
{
border-color: #8A9E50;
}
.TagClassName
{
border-color: #8A9E50;
}
</style>