Shades of Chelsea Cucumber #8AA45C
Tints of Chelsea Cucumber #8AA45C
RGB
CMYK
RGB Variations
Color information
#8AA45C (or 0x8AA45C) is known color: Chelsea Cucumber. HEX triplet: 8A, A4 and 5C. RGB value is (138,164,92). Sum of RGB (Red+Green+Blue) = 138+164+92=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA45C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA45C is #755BA3. Grayscale: #949494. Windows color (decimal): -7691172 or 6071434. OLE color: 6071434.
HSL color Cylindrical-coordinate representation of color #8AA45C: hue angle of 81.67º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AA45C is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 164 | 92 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.36 |
| HSL | 81.67º | 0.28% | 0.5% | - |
| HSV(B) | 81.67º | 0.44% | 0.64% | - |
| XYZ | 25.69 | 32.73 | 15.09 | - |
| YUV | 148.02 | 96.39 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 164 | 92 | 0.16 | 0 | 0.44 | 0.36 | 81.67 | 0.28 | 0.5 |
| Hex | 8A | A4 | 5C | 10 | 0 | 2C | 24 | 52 | 1C | 32 |
| Octal | 212 | 244 | 134 | 20 | 0 | 54 | 44 | 122 | 34 | 62 |
| Binary | 10001010 | 10100100 | 1011100 | 10000 | 0 | 101100 | 100100 | 1010010 | 11100 | 110010 |
Color Harmonies of #8AA45C
Complementary color
Monochromatic Colors of #8AA45C
Black with #8AA45C
Text Example
Text Example
White with #8AA45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA45C; }
p { color: rgb(138,164,92); }
H1.HeaderClassName
{
color: #8AA45C;
}
.AnyTagClassName
{
color: #8AA45C;
}
</style>
background-color css
<style>
a { background-color: #8AA45C; }
a { background-color: rgb(138,164,92); }
div.DivClassName
{
background-color: #8AA45C;
}
.BgClassName
{
background-color: #8AA45C;
}
</style>
border-color css
<style>
span { border-color: #8AA45C; }
span { border-color: rgb(138,164,92); }
td.TdClassName
{
border-color: #8AA45C;
}
.TagClassName
{
border-color: #8AA45C;
}
</style>