Shades of Chelsea Cucumber #8AA554
Tints of Chelsea Cucumber #8AA554
RGB
CMYK
RGB Variations
Color information
#8AA554 (or 0x8AA554) is known color: Chelsea Cucumber. HEX triplet: 8A, A5 and 54. RGB value is (138,165,84). Sum of RGB (Red+Green+Blue) = 138+165+84=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA554 is #755AAB. Grayscale: #939393. Windows color (decimal): -7690924 or 5547402. OLE color: 5547402.
HSL color Cylindrical-coordinate representation of color #8AA554: hue angle of 80º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8AA554 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 165 | 84 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.35 |
| HSL | 80º | 0.33% | 0.49% | - |
| HSV(B) | 80º | 0.49% | 0.65% | - |
| XYZ | 25.54 | 32.95 | 13.4 | - |
| YUV | 147.69 | 92.05 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 165 | 84 | 0.16 | 0 | 0.49 | 0.35 | 80 | 0.33 | 0.49 |
| Hex | 8A | A5 | 54 | 10 | 0 | 31 | 23 | 50 | 21 | 31 |
| Octal | 212 | 245 | 124 | 20 | 0 | 61 | 43 | 120 | 41 | 61 |
| Binary | 10001010 | 10100101 | 1010100 | 10000 | 0 | 110001 | 100011 | 1010000 | 100001 | 110001 |
Color Harmonies of #8AA554
Complementary color
Monochromatic Colors of #8AA554
Black with #8AA554
Text Example
Text Example
White with #8AA554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA554; }
p { color: rgb(138,165,84); }
H1.HeaderClassName
{
color: #8AA554;
}
.AnyTagClassName
{
color: #8AA554;
}
</style>
background-color css
<style>
a { background-color: #8AA554; }
a { background-color: rgb(138,165,84); }
div.DivClassName
{
background-color: #8AA554;
}
.BgClassName
{
background-color: #8AA554;
}
</style>
border-color css
<style>
span { border-color: #8AA554; }
span { border-color: rgb(138,165,84); }
td.TdClassName
{
border-color: #8AA554;
}
.TagClassName
{
border-color: #8AA554;
}
</style>