Shades of Chelsea Cucumber #8AAA4C
Tints of Chelsea Cucumber #8AAA4C
RGB
CMYK
RGB Variations
Color information
#8AAA4C (or 0x8AAA4C) is known color: Chelsea Cucumber. HEX triplet: 8A, AA and 4C. RGB value is (138,170,76). Sum of RGB (Red+Green+Blue) = 138+170+76=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAA4C is #7555B3. Grayscale: #969696. Windows color (decimal): -7689652 or 5024394. OLE color: 5024394.
HSL color Cylindrical-coordinate representation of color #8AAA4C: hue angle of 80.43º 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 #8AAA4C is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 76 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.33 |
| HSL | 80.43º | 0.38% | 0.48% | - |
| HSV(B) | 80.43º | 0.55% | 0.67% | - |
| XYZ | 26.16 | 34.67 | 12.15 | - |
| YUV | 149.72 | 86.4 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 76 | 0.19 | 0 | 0.55 | 0.33 | 80.43 | 0.38 | 0.48 |
| Hex | 8A | AA | 4C | 13 | 0 | 37 | 21 | 50 | 26 | 30 |
| Octal | 212 | 252 | 114 | 23 | 0 | 67 | 41 | 120 | 46 | 60 |
| Binary | 10001010 | 10101010 | 1001100 | 10011 | 0 | 110111 | 100001 | 1010000 | 100110 | 110000 |
Color Harmonies of #8AAA4C
Complementary color
Monochromatic Colors of #8AAA4C
Black with #8AAA4C
Text Example
Text Example
White with #8AAA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA4C; }
p { color: rgb(138,170,76); }
H1.HeaderClassName
{
color: #8AAA4C;
}
.AnyTagClassName
{
color: #8AAA4C;
}
</style>
background-color css
<style>
a { background-color: #8AAA4C; }
a { background-color: rgb(138,170,76); }
div.DivClassName
{
background-color: #8AAA4C;
}
.BgClassName
{
background-color: #8AAA4C;
}
</style>
border-color css
<style>
span { border-color: #8AAA4C; }
span { border-color: rgb(138,170,76); }
td.TdClassName
{
border-color: #8AAA4C;
}
.TagClassName
{
border-color: #8AAA4C;
}
</style>