Shades of Chelsea Cucumber #8AB74C
Tints of Chelsea Cucumber #8AB74C
RGB
CMYK
RGB Variations
Color information
#8AB74C (or 0x8AB74C) is known color: Chelsea Cucumber. HEX triplet: 8A, B7 and 4C. RGB value is (138,183,76). Sum of RGB (Red+Green+Blue) = 138+183+76=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB74C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB74C is #7548B3. Grayscale: #9D9D9D. Windows color (decimal): -7686324 or 5027722. OLE color: 5027722.
HSL color Cylindrical-coordinate representation of color #8AB74C: hue angle of 85.23º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8AB74C is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 183 | 76 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.28 |
| HSL | 85.23º | 0.43% | 0.51% | - |
| HSV(B) | 85.23º | 0.58% | 0.72% | - |
| XYZ | 28.72 | 39.79 | 13 | - |
| YUV | 157.35 | 82.09 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 183 | 76 | 0.25 | 0 | 0.58 | 0.28 | 85.23 | 0.43 | 0.51 |
| Hex | 8A | B7 | 4C | 19 | 0 | 3A | 1C | 55 | 2B | 33 |
| Octal | 212 | 267 | 114 | 31 | 0 | 72 | 34 | 125 | 53 | 63 |
| Binary | 10001010 | 10110111 | 1001100 | 11001 | 0 | 111010 | 11100 | 1010101 | 101011 | 110011 |
Color Harmonies of #8AB74C
Complementary color
Monochromatic Colors of #8AB74C
Black with #8AB74C
Text Example
Text Example
White with #8AB74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB74C; }
p { color: rgb(138,183,76); }
H1.HeaderClassName
{
color: #8AB74C;
}
.AnyTagClassName
{
color: #8AB74C;
}
</style>
background-color css
<style>
a { background-color: #8AB74C; }
a { background-color: rgb(138,183,76); }
div.DivClassName
{
background-color: #8AB74C;
}
.BgClassName
{
background-color: #8AB74C;
}
</style>
border-color css
<style>
span { border-color: #8AB74C; }
span { border-color: rgb(138,183,76); }
td.TdClassName
{
border-color: #8AB74C;
}
.TagClassName
{
border-color: #8AB74C;
}
</style>