Shades of Chelsea Cucumber #8AAA4D
Tints of Chelsea Cucumber #8AAA4D
RGB
CMYK
RGB Variations
Color information
#8AAA4D (or 0x8AAA4D) is known color: Chelsea Cucumber. HEX triplet: 8A, AA and 4D. RGB value is (138,170,77). Sum of RGB (Red+Green+Blue) = 138+170+77=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAA4D is #7555B2. Grayscale: #969696. Windows color (decimal): -7689651 or 5089930. OLE color: 5089930.
HSL color Cylindrical-coordinate representation of color #8AAA4D: hue angle of 80.65º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8AAA4D is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 77 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.33 |
| HSL | 80.65º | 0.38% | 0.48% | - |
| HSV(B) | 80.65º | 0.55% | 0.67% | - |
| XYZ | 26.2 | 34.69 | 12.34 | - |
| YUV | 149.83 | 86.9 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 77 | 0.19 | 0 | 0.55 | 0.33 | 80.65 | 0.38 | 0.48 |
| Hex | 8A | AA | 4D | 13 | 0 | 37 | 21 | 51 | 26 | 30 |
| Octal | 212 | 252 | 115 | 23 | 0 | 67 | 41 | 121 | 46 | 60 |
| Binary | 10001010 | 10101010 | 1001101 | 10011 | 0 | 110111 | 100001 | 1010001 | 100110 | 110000 |
Color Harmonies of #8AAA4D
Complementary color
Monochromatic Colors of #8AAA4D
Black with #8AAA4D
Text Example
Text Example
White with #8AAA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA4D; }
p { color: rgb(138,170,77); }
H1.HeaderClassName
{
color: #8AAA4D;
}
.AnyTagClassName
{
color: #8AAA4D;
}
</style>
background-color css
<style>
a { background-color: #8AAA4D; }
a { background-color: rgb(138,170,77); }
div.DivClassName
{
background-color: #8AAA4D;
}
.BgClassName
{
background-color: #8AAA4D;
}
</style>
border-color css
<style>
span { border-color: #8AAA4D; }
span { border-color: rgb(138,170,77); }
td.TdClassName
{
border-color: #8AAA4D;
}
.TagClassName
{
border-color: #8AAA4D;
}
</style>