Shades of Chelsea Cucumber #8AB95A
Tints of Chelsea Cucumber #8AB95A
RGB
CMYK
RGB Variations
Color information
#8AB95A (or 0x8AB95A) is known color: Chelsea Cucumber. HEX triplet: 8A, B9 and 5A. RGB value is (138,185,90). Sum of RGB (Red+Green+Blue) = 138+185+90=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB95A is #7546A5. Grayscale: #A0A0A0. Windows color (decimal): -7685798 or 5945738. OLE color: 5945738.
HSL color Cylindrical-coordinate representation of color #8AB95A: hue angle of 89.68º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8AB95A is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 185 | 90 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.27 |
| HSL | 89.68º | 0.4% | 0.54% | - |
| HSV(B) | 89.68º | 0.51% | 0.73% | - |
| XYZ | 29.68 | 40.84 | 15.99 | - |
| YUV | 160.12 | 88.43 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 185 | 90 | 0.25 | 0 | 0.51 | 0.27 | 89.68 | 0.4 | 0.54 |
| Hex | 8A | B9 | 5A | 19 | 0 | 33 | 1B | 5A | 28 | 36 |
| Octal | 212 | 271 | 132 | 31 | 0 | 63 | 33 | 132 | 50 | 66 |
| Binary | 10001010 | 10111001 | 1011010 | 11001 | 0 | 110011 | 11011 | 1011010 | 101000 | 110110 |
Color Harmonies of #8AB95A
Complementary color
Monochromatic Colors of #8AB95A
Black with #8AB95A
Text Example
Text Example
White with #8AB95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB95A; }
p { color: rgb(138,185,90); }
H1.HeaderClassName
{
color: #8AB95A;
}
.AnyTagClassName
{
color: #8AB95A;
}
</style>
background-color css
<style>
a { background-color: #8AB95A; }
a { background-color: rgb(138,185,90); }
div.DivClassName
{
background-color: #8AB95A;
}
.BgClassName
{
background-color: #8AB95A;
}
</style>
border-color css
<style>
span { border-color: #8AB95A; }
span { border-color: rgb(138,185,90); }
td.TdClassName
{
border-color: #8AB95A;
}
.TagClassName
{
border-color: #8AB95A;
}
</style>