Shades of Chelsea Cucumber #8AB15A
Tints of Chelsea Cucumber #8AB15A
RGB
CMYK
RGB Variations
Color information
#8AB15A (or 0x8AB15A) is known color: Chelsea Cucumber. HEX triplet: 8A, B1 and 5A. RGB value is (138,177,90). Sum of RGB (Red+Green+Blue) = 138+177+90=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB15A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB15A is #754EA5. Grayscale: #9B9B9B. Windows color (decimal): -7687846 or 5943690. OLE color: 5943690.
HSL color Cylindrical-coordinate representation of color #8AB15A: hue angle of 86.9º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8AB15A is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 177 | 90 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.31 |
| HSL | 86.9º | 0.36% | 0.52% | - |
| HSV(B) | 86.9º | 0.49% | 0.69% | - |
| XYZ | 28.05 | 37.59 | 15.45 | - |
| YUV | 155.42 | 91.08 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 177 | 90 | 0.22 | 0 | 0.49 | 0.31 | 86.9 | 0.36 | 0.52 |
| Hex | 8A | B1 | 5A | 16 | 0 | 31 | 1F | 57 | 24 | 34 |
| Octal | 212 | 261 | 132 | 26 | 0 | 61 | 37 | 127 | 44 | 64 |
| Binary | 10001010 | 10110001 | 1011010 | 10110 | 0 | 110001 | 11111 | 1010111 | 100100 | 110100 |
Color Harmonies of #8AB15A
Complementary color
Monochromatic Colors of #8AB15A
Black with #8AB15A
Text Example
Text Example
White with #8AB15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB15A; }
p { color: rgb(138,177,90); }
H1.HeaderClassName
{
color: #8AB15A;
}
.AnyTagClassName
{
color: #8AB15A;
}
</style>
background-color css
<style>
a { background-color: #8AB15A; }
a { background-color: rgb(138,177,90); }
div.DivClassName
{
background-color: #8AB15A;
}
.BgClassName
{
background-color: #8AB15A;
}
</style>
border-color css
<style>
span { border-color: #8AB15A; }
span { border-color: rgb(138,177,90); }
td.TdClassName
{
border-color: #8AB15A;
}
.TagClassName
{
border-color: #8AB15A;
}
</style>