Shades of Chelsea Cucumber #8AAA65
Tints of Chelsea Cucumber #8AAA65
RGB
CMYK
RGB Variations
Color information
#8AAA65 (or 0x8AAA65) is known color: Chelsea Cucumber. HEX triplet: 8A, AA and 65. RGB value is (138,170,101). Sum of RGB (Red+Green+Blue) = 138+170+101=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAA65 is #75559A. Grayscale: #989898. Windows color (decimal): -7689627 or 6662794. OLE color: 6662794.
HSL color Cylindrical-coordinate representation of color #8AAA65: hue angle of 87.83º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AAA65 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 101 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.33 |
| HSL | 87.83º | 0.29% | 0.53% | - |
| HSV(B) | 87.83º | 0.41% | 0.67% | - |
| XYZ | 27.2 | 35.09 | 17.65 | - |
| YUV | 152.57 | 98.9 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 101 | 0.19 | 0 | 0.41 | 0.33 | 87.83 | 0.29 | 0.53 |
| Hex | 8A | AA | 65 | 13 | 0 | 29 | 21 | 58 | 1D | 35 |
| Octal | 212 | 252 | 145 | 23 | 0 | 51 | 41 | 130 | 35 | 65 |
| Binary | 10001010 | 10101010 | 1100101 | 10011 | 0 | 101001 | 100001 | 1011000 | 11101 | 110101 |
Color Harmonies of #8AAA65
Complementary color
Monochromatic Colors of #8AAA65
Black with #8AAA65
Text Example
Text Example
White with #8AAA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA65; }
p { color: rgb(138,170,101); }
H1.HeaderClassName
{
color: #8AAA65;
}
.AnyTagClassName
{
color: #8AAA65;
}
</style>
background-color css
<style>
a { background-color: #8AAA65; }
a { background-color: rgb(138,170,101); }
div.DivClassName
{
background-color: #8AAA65;
}
.BgClassName
{
background-color: #8AAA65;
}
</style>
border-color css
<style>
span { border-color: #8AAA65; }
span { border-color: rgb(138,170,101); }
td.TdClassName
{
border-color: #8AAA65;
}
.TagClassName
{
border-color: #8AAA65;
}
</style>