Shades of Chelsea Cucumber #8AB54F
Tints of Chelsea Cucumber #8AB54F
RGB
CMYK
RGB Variations
Color information
#8AB54F (or 0x8AB54F) is known color: Chelsea Cucumber. HEX triplet: 8A, B5 and 4F. RGB value is (138,181,79). Sum of RGB (Red+Green+Blue) = 138+181+79=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 181 (71.09% from 255 or 45.48% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB54F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB54F is #754AB0. Grayscale: #9C9C9C. Windows color (decimal): -7686833 or 5223818. OLE color: 5223818.
HSL color Cylindrical-coordinate representation of color #8AB54F: hue angle of 85.29º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8AB54F is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 181 | 79 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.29 |
| HSL | 85.29º | 0.41% | 0.51% | - |
| HSV(B) | 85.29º | 0.56% | 0.71% | - |
| XYZ | 28.42 | 39.02 | 13.43 | - |
| YUV | 156.52 | 84.25 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 181 | 79 | 0.24 | 0 | 0.56 | 0.29 | 85.29 | 0.41 | 0.51 |
| Hex | 8A | B5 | 4F | 18 | 0 | 38 | 1D | 55 | 29 | 33 |
| Octal | 212 | 265 | 117 | 30 | 0 | 70 | 35 | 125 | 51 | 63 |
| Binary | 10001010 | 10110101 | 1001111 | 11000 | 0 | 111000 | 11101 | 1010101 | 101001 | 110011 |
Color Harmonies of #8AB54F
Complementary color
Monochromatic Colors of #8AB54F
Black with #8AB54F
Text Example
Text Example
White with #8AB54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB54F; }
p { color: rgb(138,181,79); }
H1.HeaderClassName
{
color: #8AB54F;
}
.AnyTagClassName
{
color: #8AB54F;
}
</style>
background-color css
<style>
a { background-color: #8AB54F; }
a { background-color: rgb(138,181,79); }
div.DivClassName
{
background-color: #8AB54F;
}
.BgClassName
{
background-color: #8AB54F;
}
</style>
border-color css
<style>
span { border-color: #8AB54F; }
span { border-color: rgb(138,181,79); }
td.TdClassName
{
border-color: #8AB54F;
}
.TagClassName
{
border-color: #8AB54F;
}
</style>