Shades of Chelsea Cucumber #8AA562
Tints of Chelsea Cucumber #8AA562
RGB
CMYK
RGB Variations
Color information
#8AA562 (or 0x8AA562) is known color: Chelsea Cucumber. HEX triplet: 8A, A5 and 62. RGB value is (138,165,98). Sum of RGB (Red+Green+Blue) = 138+165+98=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA562 is #755A9D. Grayscale: #959595. Windows color (decimal): -7690910 or 6464906. OLE color: 6464906.
HSL color Cylindrical-coordinate representation of color #8AA562: hue angle of 84.18º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AA562 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 165 | 98 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.35 |
| HSL | 84.18º | 0.27% | 0.52% | - |
| HSV(B) | 84.18º | 0.41% | 0.65% | - |
| XYZ | 26.14 | 33.2 | 16.58 | - |
| YUV | 149.29 | 99.05 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 165 | 98 | 0.16 | 0 | 0.41 | 0.35 | 84.18 | 0.27 | 0.52 |
| Hex | 8A | A5 | 62 | 10 | 0 | 29 | 23 | 54 | 1B | 34 |
| Octal | 212 | 245 | 142 | 20 | 0 | 51 | 43 | 124 | 33 | 64 |
| Binary | 10001010 | 10100101 | 1100010 | 10000 | 0 | 101001 | 100011 | 1010100 | 11011 | 110100 |
Color Harmonies of #8AA562
Complementary color
Monochromatic Colors of #8AA562
Black with #8AA562
Text Example
Text Example
White with #8AA562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA562; }
p { color: rgb(138,165,98); }
H1.HeaderClassName
{
color: #8AA562;
}
.AnyTagClassName
{
color: #8AA562;
}
</style>
background-color css
<style>
a { background-color: #8AA562; }
a { background-color: rgb(138,165,98); }
div.DivClassName
{
background-color: #8AA562;
}
.BgClassName
{
background-color: #8AA562;
}
</style>
border-color css
<style>
span { border-color: #8AA562; }
span { border-color: rgb(138,165,98); }
td.TdClassName
{
border-color: #8AA562;
}
.TagClassName
{
border-color: #8AA562;
}
</style>