Shades of Chelsea Cucumber #8AAE4E
Tints of Chelsea Cucumber #8AAE4E
RGB
CMYK
RGB Variations
Color information
#8AAE4E (or 0x8AAE4E) is known color: Chelsea Cucumber. HEX triplet: 8A, AE and 4E. RGB value is (138,174,78). Sum of RGB (Red+Green+Blue) = 138+174+78=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAE4E is #7551B1. Grayscale: #989898. Windows color (decimal): -7688626 or 5156490. OLE color: 5156490.
HSL color Cylindrical-coordinate representation of color #8AAE4E: hue angle of 82.5º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8AAE4E is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 174 | 78 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.32 |
| HSL | 82.5º | 0.38% | 0.49% | - |
| HSV(B) | 82.5º | 0.55% | 0.68% | - |
| XYZ | 26.99 | 36.23 | 12.78 | - |
| YUV | 152.29 | 86.07 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 174 | 78 | 0.21 | 0 | 0.55 | 0.32 | 82.5 | 0.38 | 0.49 |
| Hex | 8A | AE | 4E | 15 | 0 | 37 | 20 | 52 | 26 | 31 |
| Octal | 212 | 256 | 116 | 25 | 0 | 67 | 40 | 122 | 46 | 61 |
| Binary | 10001010 | 10101110 | 1001110 | 10101 | 0 | 110111 | 100000 | 1010010 | 100110 | 110001 |
Color Harmonies of #8AAE4E
Complementary color
Monochromatic Colors of #8AAE4E
Black with #8AAE4E
Text Example
Text Example
White with #8AAE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAE4E; }
p { color: rgb(138,174,78); }
H1.HeaderClassName
{
color: #8AAE4E;
}
.AnyTagClassName
{
color: #8AAE4E;
}
</style>
background-color css
<style>
a { background-color: #8AAE4E; }
a { background-color: rgb(138,174,78); }
div.DivClassName
{
background-color: #8AAE4E;
}
.BgClassName
{
background-color: #8AAE4E;
}
</style>
border-color css
<style>
span { border-color: #8AAE4E; }
span { border-color: rgb(138,174,78); }
td.TdClassName
{
border-color: #8AAE4E;
}
.TagClassName
{
border-color: #8AAE4E;
}
</style>