Shades of Chelsea Cucumber #8AB04E
Tints of Chelsea Cucumber #8AB04E
RGB
CMYK
RGB Variations
Color information
#8AB04E (or 0x8AB04E) is known color: Chelsea Cucumber. HEX triplet: 8A, B0 and 4E. RGB value is (138,176,78). Sum of RGB (Red+Green+Blue) = 138+176+78=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB04E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB04E is #754FB1. Grayscale: #999999. Windows color (decimal): -7688114 or 5157002. OLE color: 5157002.
HSL color Cylindrical-coordinate representation of color #8AB04E: hue angle of 83.27º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8AB04E is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 176 | 78 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.31 |
| HSL | 83.27º | 0.39% | 0.5% | - |
| HSV(B) | 83.27º | 0.56% | 0.69% | - |
| XYZ | 27.38 | 37 | 12.91 | - |
| YUV | 153.47 | 85.41 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 176 | 78 | 0.22 | 0 | 0.56 | 0.31 | 83.27 | 0.39 | 0.5 |
| Hex | 8A | B0 | 4E | 16 | 0 | 38 | 1F | 53 | 27 | 32 |
| Octal | 212 | 260 | 116 | 26 | 0 | 70 | 37 | 123 | 47 | 62 |
| Binary | 10001010 | 10110000 | 1001110 | 10110 | 0 | 111000 | 11111 | 1010011 | 100111 | 110010 |
Color Harmonies of #8AB04E
Complementary color
Monochromatic Colors of #8AB04E
Black with #8AB04E
Text Example
Text Example
White with #8AB04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB04E; }
p { color: rgb(138,176,78); }
H1.HeaderClassName
{
color: #8AB04E;
}
.AnyTagClassName
{
color: #8AB04E;
}
</style>
background-color css
<style>
a { background-color: #8AB04E; }
a { background-color: rgb(138,176,78); }
div.DivClassName
{
background-color: #8AB04E;
}
.BgClassName
{
background-color: #8AB04E;
}
</style>
border-color css
<style>
span { border-color: #8AB04E; }
span { border-color: rgb(138,176,78); }
td.TdClassName
{
border-color: #8AB04E;
}
.TagClassName
{
border-color: #8AB04E;
}
</style>