Shades of Chelsea Cucumber #8AB742
Tints of Chelsea Cucumber #8AB742
RGB
CMYK
RGB Variations
Color information
#8AB742 (or 0x8AB742) is known color: Chelsea Cucumber. HEX triplet: 8A, B7 and 42. RGB value is (138,183,66). Sum of RGB (Red+Green+Blue) = 138+183+66=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB742 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB742 is #7548BD. Grayscale: #9C9C9C. Windows color (decimal): -7686334 or 4372362. OLE color: 4372362.
HSL color Cylindrical-coordinate representation of color #8AB742: hue angle of 83.08º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8AB742 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 183 | 66 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.28 |
| HSL | 83.08º | 0.47% | 0.49% | - |
| HSV(B) | 83.08º | 0.64% | 0.72% | - |
| XYZ | 28.4 | 39.66 | 11.31 | - |
| YUV | 156.21 | 77.09 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 183 | 66 | 0.25 | 0 | 0.64 | 0.28 | 83.08 | 0.47 | 0.49 |
| Hex | 8A | B7 | 42 | 19 | 0 | 40 | 1C | 53 | 2F | 31 |
| Octal | 212 | 267 | 102 | 31 | 0 | 100 | 34 | 123 | 57 | 61 |
| Binary | 10001010 | 10110111 | 1000010 | 11001 | 0 | 1000000 | 11100 | 1010011 | 101111 | 110001 |
Color Harmonies of #8AB742
Complementary color
Monochromatic Colors of #8AB742
Black with #8AB742
Text Example
Text Example
White with #8AB742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB742; }
p { color: rgb(138,183,66); }
H1.HeaderClassName
{
color: #8AB742;
}
.AnyTagClassName
{
color: #8AB742;
}
</style>
background-color css
<style>
a { background-color: #8AB742; }
a { background-color: rgb(138,183,66); }
div.DivClassName
{
background-color: #8AB742;
}
.BgClassName
{
background-color: #8AB742;
}
</style>
border-color css
<style>
span { border-color: #8AB742; }
span { border-color: rgb(138,183,66); }
td.TdClassName
{
border-color: #8AB742;
}
.TagClassName
{
border-color: #8AB742;
}
</style>