Shades of Chelsea Cucumber #8AB74F
Tints of Chelsea Cucumber #8AB74F
RGB
CMYK
RGB Variations
Color information
#8AB74F (or 0x8AB74F) is known color: Chelsea Cucumber. HEX triplet: 8A, B7 and 4F. RGB value is (138,183,79). Sum of RGB (Red+Green+Blue) = 138+183+79=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 79 (31.25% from 255 or 19.75% from 400); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB74F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB74F is #7548B0. Grayscale: #9E9E9E. Windows color (decimal): -7686321 or 5224330. OLE color: 5224330.
HSL color Cylindrical-coordinate representation of color #8AB74F: hue angle of 85.96º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8AB74F is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 183 | 79 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.28 |
| HSL | 85.96º | 0.42% | 0.51% | - |
| HSV(B) | 85.96º | 0.57% | 0.72% | - |
| XYZ | 28.83 | 39.83 | 13.57 | - |
| YUV | 157.69 | 83.59 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 183 | 79 | 0.25 | 0 | 0.57 | 0.28 | 85.96 | 0.42 | 0.51 |
| Hex | 8A | B7 | 4F | 19 | 0 | 39 | 1C | 56 | 2A | 33 |
| Octal | 212 | 267 | 117 | 31 | 0 | 71 | 34 | 126 | 52 | 63 |
| Binary | 10001010 | 10110111 | 1001111 | 11001 | 0 | 111001 | 11100 | 1010110 | 101010 | 110011 |
Color Harmonies of #8AB74F
Complementary color
Monochromatic Colors of #8AB74F
Black with #8AB74F
Text Example
Text Example
White with #8AB74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB74F; }
p { color: rgb(138,183,79); }
H1.HeaderClassName
{
color: #8AB74F;
}
.AnyTagClassName
{
color: #8AB74F;
}
</style>
background-color css
<style>
a { background-color: #8AB74F; }
a { background-color: rgb(138,183,79); }
div.DivClassName
{
background-color: #8AB74F;
}
.BgClassName
{
background-color: #8AB74F;
}
</style>
border-color css
<style>
span { border-color: #8AB74F; }
span { border-color: rgb(138,183,79); }
td.TdClassName
{
border-color: #8AB74F;
}
.TagClassName
{
border-color: #8AB74F;
}
</style>