Shades of Chelsea Cucumber #8AB345
Tints of Chelsea Cucumber #8AB345
RGB
CMYK
RGB Variations
Color information
#8AB345 (or 0x8AB345) is known color: Chelsea Cucumber. HEX triplet: 8A, B3 and 45. RGB value is (138,179,69). Sum of RGB (Red+Green+Blue) = 138+179+69=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB345 is #754CBA. Grayscale: #9A9A9A. Windows color (decimal): -7687355 or 4567946. OLE color: 4567946.
HSL color Cylindrical-coordinate representation of color #8AB345: hue angle of 82.36º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8AB345 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 179 | 69 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.30 |
| HSL | 82.36º | 0.44% | 0.49% | - |
| HSV(B) | 82.36º | 0.61% | 0.7% | - |
| XYZ | 27.68 | 38.07 | 11.52 | - |
| YUV | 154.2 | 79.92 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 69 | 0.23 | 0 | 0.61 | 0.30 | 82.36 | 0.44 | 0.49 |
| Hex | 8A | B3 | 45 | 17 | 0 | 3D | 1E | 52 | 2C | 31 |
| Octal | 212 | 263 | 105 | 27 | 0 | 75 | 36 | 122 | 54 | 61 |
| Binary | 10001010 | 10110011 | 1000101 | 10111 | 0 | 111101 | 11110 | 1010010 | 101100 | 110001 |
Color Harmonies of #8AB345
Complementary color
Monochromatic Colors of #8AB345
Black with #8AB345
Text Example
Text Example
White with #8AB345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB345; }
p { color: rgb(138,179,69); }
H1.HeaderClassName
{
color: #8AB345;
}
.AnyTagClassName
{
color: #8AB345;
}
</style>
background-color css
<style>
a { background-color: #8AB345; }
a { background-color: rgb(138,179,69); }
div.DivClassName
{
background-color: #8AB345;
}
.BgClassName
{
background-color: #8AB345;
}
</style>
border-color css
<style>
span { border-color: #8AB345; }
span { border-color: rgb(138,179,69); }
td.TdClassName
{
border-color: #8AB345;
}
.TagClassName
{
border-color: #8AB345;
}
</style>