Shades of Chelsea Cucumber #8AB442
Tints of Chelsea Cucumber #8AB442
RGB
CMYK
RGB Variations
Color information
#8AB442 (or 0x8AB442) is known color: Chelsea Cucumber. HEX triplet: 8A, B4 and 42. RGB value is (138,180,66). Sum of RGB (Red+Green+Blue) = 138+180+66=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB442 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB442 is #754BBD. Grayscale: #9A9A9A. Windows color (decimal): -7687102 or 4371594. OLE color: 4371594.
HSL color Cylindrical-coordinate representation of color #8AB442: hue angle of 82.11º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8AB442 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 180 | 66 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.29 |
| HSL | 82.11º | 0.46% | 0.48% | - |
| HSV(B) | 82.11º | 0.63% | 0.71% | - |
| XYZ | 27.79 | 38.44 | 11.11 | - |
| YUV | 154.45 | 78.09 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 180 | 66 | 0.23 | 0 | 0.63 | 0.29 | 82.11 | 0.46 | 0.48 |
| Hex | 8A | B4 | 42 | 17 | 0 | 3F | 1D | 52 | 2E | 30 |
| Octal | 212 | 264 | 102 | 27 | 0 | 77 | 35 | 122 | 56 | 60 |
| Binary | 10001010 | 10110100 | 1000010 | 10111 | 0 | 111111 | 11101 | 1010010 | 101110 | 110000 |
Color Harmonies of #8AB442
Complementary color
Monochromatic Colors of #8AB442
Black with #8AB442
Text Example
Text Example
White with #8AB442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB442; }
p { color: rgb(138,180,66); }
H1.HeaderClassName
{
color: #8AB442;
}
.AnyTagClassName
{
color: #8AB442;
}
</style>
background-color css
<style>
a { background-color: #8AB442; }
a { background-color: rgb(138,180,66); }
div.DivClassName
{
background-color: #8AB442;
}
.BgClassName
{
background-color: #8AB442;
}
</style>
border-color css
<style>
span { border-color: #8AB442; }
span { border-color: rgb(138,180,66); }
td.TdClassName
{
border-color: #8AB442;
}
.TagClassName
{
border-color: #8AB442;
}
</style>