Shades of Chelsea Cucumber #8AAF4E
Tints of Chelsea Cucumber #8AAF4E
RGB
CMYK
RGB Variations
Color information
#8AAF4E (or 0x8AAF4E) is known color: Chelsea Cucumber. HEX triplet: 8A, AF and 4E. RGB value is (138,175,78). Sum of RGB (Red+Green+Blue) = 138+175+78=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAF4E is #7550B1. Grayscale: #999999. Windows color (decimal): -7688370 or 5156746. OLE color: 5156746.
HSL color Cylindrical-coordinate representation of color #8AAF4E: hue angle of 82.89º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8AAF4E is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 175 | 78 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.31 |
| HSL | 82.89º | 0.38% | 0.5% | - |
| HSV(B) | 82.89º | 0.55% | 0.69% | - |
| XYZ | 27.19 | 36.61 | 12.84 | - |
| YUV | 152.88 | 85.74 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 175 | 78 | 0.21 | 0 | 0.55 | 0.31 | 82.89 | 0.38 | 0.5 |
| Hex | 8A | AF | 4E | 15 | 0 | 37 | 1F | 53 | 26 | 32 |
| Octal | 212 | 257 | 116 | 25 | 0 | 67 | 37 | 123 | 46 | 62 |
| Binary | 10001010 | 10101111 | 1001110 | 10101 | 0 | 110111 | 11111 | 1010011 | 100110 | 110010 |
Color Harmonies of #8AAF4E
Complementary color
Monochromatic Colors of #8AAF4E
Black with #8AAF4E
Text Example
Text Example
White with #8AAF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAF4E; }
p { color: rgb(138,175,78); }
H1.HeaderClassName
{
color: #8AAF4E;
}
.AnyTagClassName
{
color: #8AAF4E;
}
</style>
background-color css
<style>
a { background-color: #8AAF4E; }
a { background-color: rgb(138,175,78); }
div.DivClassName
{
background-color: #8AAF4E;
}
.BgClassName
{
background-color: #8AAF4E;
}
</style>
border-color css
<style>
span { border-color: #8AAF4E; }
span { border-color: rgb(138,175,78); }
td.TdClassName
{
border-color: #8AAF4E;
}
.TagClassName
{
border-color: #8AAF4E;
}
</style>