Shades of Chelsea Cucumber #8AA95D
Tints of Chelsea Cucumber #8AA95D
RGB
CMYK
RGB Variations
Color information
#8AA95D (or 0x8AA95D) is known color: Chelsea Cucumber. HEX triplet: 8A, A9 and 5D. RGB value is (138,169,93). Sum of RGB (Red+Green+Blue) = 138+169+93=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 169 - color contains mainly: green. Hex color #8AA95D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA95D is #7556A2. Grayscale: #979797. Windows color (decimal): -7689891 or 6138250. OLE color: 6138250.
HSL color Cylindrical-coordinate representation of color #8AA95D: hue angle of 84.47º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AA95D is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 138 | 169 | 93 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.34 |
| HSL | 84.47º | 0.31% | 0.51% | - |
| HSV(B) | 84.47º | 0.45% | 0.66% | - |
| XYZ | 26.64 | 34.57 | 15.62 | - |
| YUV | 151.07 | 95.23 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 169 | 93 | 0.18 | 0 | 0.45 | 0.34 | 84.47 | 0.31 | 0.51 |
| Hex | 8A | A9 | 5D | 12 | 0 | 2D | 22 | 54 | 1F | 33 |
| Octal | 212 | 251 | 135 | 22 | 0 | 55 | 42 | 124 | 37 | 63 |
| Binary | 10001010 | 10101001 | 1011101 | 10010 | 0 | 101101 | 100010 | 1010100 | 11111 | 110011 |
Color Harmonies of #8AA95D
Complementary color
Monochromatic Colors of #8AA95D
Black with #8AA95D
Text Example
Text Example
White with #8AA95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA95D; }
p { color: rgb(138,169,93); }
H1.HeaderClassName
{
color: #8AA95D;
}
.AnyTagClassName
{
color: #8AA95D;
}
</style>
background-color css
<style>
a { background-color: #8AA95D; }
a { background-color: rgb(138,169,93); }
div.DivClassName
{
background-color: #8AA95D;
}
.BgClassName
{
background-color: #8AA95D;
}
</style>
border-color css
<style>
span { border-color: #8AA95D; }
span { border-color: rgb(138,169,93); }
td.TdClassName
{
border-color: #8AA95D;
}
.TagClassName
{
border-color: #8AA95D;
}
</style>