Shades of Chelsea Cucumber #8AAF5F
Tints of Chelsea Cucumber #8AAF5F
RGB
CMYK
RGB Variations
Color information
#8AAF5F (or 0x8AAF5F) is known color: Chelsea Cucumber. HEX triplet: 8A, AF and 5F. RGB value is (138,175,95). Sum of RGB (Red+Green+Blue) = 138+175+95=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAF5F is #7550A0. Grayscale: #9B9B9B. Windows color (decimal): -7688353 or 6270858. OLE color: 6270858.
HSL color Cylindrical-coordinate representation of color #8AAF5F: hue angle of 87.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AAF5F is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 175 | 95 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.31 |
| HSL | 87.75º | 0.33% | 0.53% | - |
| HSV(B) | 87.75º | 0.46% | 0.69% | - |
| XYZ | 27.88 | 36.89 | 16.48 | - |
| YUV | 154.82 | 94.24 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 175 | 95 | 0.21 | 0 | 0.46 | 0.31 | 87.75 | 0.33 | 0.53 |
| Hex | 8A | AF | 5F | 15 | 0 | 2E | 1F | 58 | 21 | 35 |
| Octal | 212 | 257 | 137 | 25 | 0 | 56 | 37 | 130 | 41 | 65 |
| Binary | 10001010 | 10101111 | 1011111 | 10101 | 0 | 101110 | 11111 | 1011000 | 100001 | 110101 |
Color Harmonies of #8AAF5F
Complementary color
Monochromatic Colors of #8AAF5F
Black with #8AAF5F
Text Example
Text Example
White with #8AAF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAF5F; }
p { color: rgb(138,175,95); }
H1.HeaderClassName
{
color: #8AAF5F;
}
.AnyTagClassName
{
color: #8AAF5F;
}
</style>
background-color css
<style>
a { background-color: #8AAF5F; }
a { background-color: rgb(138,175,95); }
div.DivClassName
{
background-color: #8AAF5F;
}
.BgClassName
{
background-color: #8AAF5F;
}
</style>
border-color css
<style>
span { border-color: #8AAF5F; }
span { border-color: rgb(138,175,95); }
td.TdClassName
{
border-color: #8AAF5F;
}
.TagClassName
{
border-color: #8AAF5F;
}
</style>