Shades of Chelsea Cucumber #8AAD4D
Tints of Chelsea Cucumber #8AAD4D
RGB
CMYK
RGB Variations
Color information
#8AAD4D (or 0x8AAD4D) is known color: Chelsea Cucumber. HEX triplet: 8A, AD and 4D. RGB value is (138,173,77). Sum of RGB (Red+Green+Blue) = 138+173+77=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAD4D is #7552B2. Grayscale: #979797. Windows color (decimal): -7688883 or 5090698. OLE color: 5090698.
HSL color Cylindrical-coordinate representation of color #8AAD4D: hue angle of 81.87º 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 #8AAD4D is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 173 | 77 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.32 |
| HSL | 81.87º | 0.38% | 0.49% | - |
| HSV(B) | 81.87º | 0.55% | 0.68% | - |
| XYZ | 26.76 | 35.83 | 12.53 | - |
| YUV | 151.59 | 85.9 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 173 | 77 | 0.20 | 0 | 0.55 | 0.32 | 81.87 | 0.38 | 0.49 |
| Hex | 8A | AD | 4D | 14 | 0 | 37 | 20 | 52 | 26 | 31 |
| Octal | 212 | 255 | 115 | 24 | 0 | 67 | 40 | 122 | 46 | 61 |
| Binary | 10001010 | 10101101 | 1001101 | 10100 | 0 | 110111 | 100000 | 1010010 | 100110 | 110001 |
Color Harmonies of #8AAD4D
Complementary color
Monochromatic Colors of #8AAD4D
Black with #8AAD4D
Text Example
Text Example
White with #8AAD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAD4D; }
p { color: rgb(138,173,77); }
H1.HeaderClassName
{
color: #8AAD4D;
}
.AnyTagClassName
{
color: #8AAD4D;
}
</style>
background-color css
<style>
a { background-color: #8AAD4D; }
a { background-color: rgb(138,173,77); }
div.DivClassName
{
background-color: #8AAD4D;
}
.BgClassName
{
background-color: #8AAD4D;
}
</style>
border-color css
<style>
span { border-color: #8AAD4D; }
span { border-color: rgb(138,173,77); }
td.TdClassName
{
border-color: #8AAD4D;
}
.TagClassName
{
border-color: #8AAD4D;
}
</style>