Shades of Chelsea Cucumber #8AAA4A
Tints of Chelsea Cucumber #8AAA4A
RGB
CMYK
RGB Variations
Color information
#8AAA4A (or 0x8AAA4A) is known color: Chelsea Cucumber. HEX triplet: 8A, AA and 4A. RGB value is (138,170,74). Sum of RGB (Red+Green+Blue) = 138+170+74=382 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.13% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAA4A is #7555B5. Grayscale: #959595. Windows color (decimal): -7689654 or 4893322. OLE color: 4893322.
HSL color Cylindrical-coordinate representation of color #8AAA4A: hue angle of 80º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8AAA4A is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 74 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.33 |
| HSL | 80º | 0.39% | 0.48% | - |
| HSV(B) | 80º | 0.56% | 0.67% | - |
| XYZ | 26.09 | 34.65 | 11.79 | - |
| YUV | 149.49 | 85.4 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 74 | 0.19 | 0 | 0.56 | 0.33 | 80 | 0.39 | 0.48 |
| Hex | 8A | AA | 4A | 13 | 0 | 38 | 21 | 50 | 27 | 30 |
| Octal | 212 | 252 | 112 | 23 | 0 | 70 | 41 | 120 | 47 | 60 |
| Binary | 10001010 | 10101010 | 1001010 | 10011 | 0 | 111000 | 100001 | 1010000 | 100111 | 110000 |
Color Harmonies of #8AAA4A
Complementary color
Monochromatic Colors of #8AAA4A
Black with #8AAA4A
Text Example
Text Example
White with #8AAA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA4A; }
p { color: rgb(138,170,74); }
H1.HeaderClassName
{
color: #8AAA4A;
}
.AnyTagClassName
{
color: #8AAA4A;
}
</style>
background-color css
<style>
a { background-color: #8AAA4A; }
a { background-color: rgb(138,170,74); }
div.DivClassName
{
background-color: #8AAA4A;
}
.BgClassName
{
background-color: #8AAA4A;
}
</style>
border-color css
<style>
span { border-color: #8AAA4A; }
span { border-color: rgb(138,170,74); }
td.TdClassName
{
border-color: #8AAA4A;
}
.TagClassName
{
border-color: #8AAA4A;
}
</style>