Shades of Chelsea Cucumber #8AA558
Tints of Chelsea Cucumber #8AA558
RGB
CMYK
RGB Variations
Color information
#8AA558 (or 0x8AA558) is known color: Chelsea Cucumber. HEX triplet: 8A, A5 and 58. RGB value is (138,165,88). Sum of RGB (Red+Green+Blue) = 138+165+88=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA558 is #755AA7. Grayscale: #949494. Windows color (decimal): -7690920 or 5809546. OLE color: 5809546.
HSL color Cylindrical-coordinate representation of color #8AA558: hue angle of 81.04º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8AA558 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 165 | 88 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.35 |
| HSL | 81.04º | 0.3% | 0.5% | - |
| HSV(B) | 81.04º | 0.47% | 0.65% | - |
| XYZ | 25.7 | 33.02 | 14.25 | - |
| YUV | 148.15 | 94.05 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 165 | 88 | 0.16 | 0 | 0.47 | 0.35 | 81.04 | 0.3 | 0.5 |
| Hex | 8A | A5 | 58 | 10 | 0 | 2F | 23 | 51 | 1E | 32 |
| Octal | 212 | 245 | 130 | 20 | 0 | 57 | 43 | 121 | 36 | 62 |
| Binary | 10001010 | 10100101 | 1011000 | 10000 | 0 | 101111 | 100011 | 1010001 | 11110 | 110010 |
Color Harmonies of #8AA558
Complementary color
Monochromatic Colors of #8AA558
Black with #8AA558
Text Example
Text Example
White with #8AA558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA558; }
p { color: rgb(138,165,88); }
H1.HeaderClassName
{
color: #8AA558;
}
.AnyTagClassName
{
color: #8AA558;
}
</style>
background-color css
<style>
a { background-color: #8AA558; }
a { background-color: rgb(138,165,88); }
div.DivClassName
{
background-color: #8AA558;
}
.BgClassName
{
background-color: #8AA558;
}
</style>
border-color css
<style>
span { border-color: #8AA558; }
span { border-color: rgb(138,165,88); }
td.TdClassName
{
border-color: #8AA558;
}
.TagClassName
{
border-color: #8AA558;
}
</style>