Shades of Chelsea Cucumber #8AB34A
Tints of Chelsea Cucumber #8AB34A
RGB
CMYK
RGB Variations
Color information
#8AB34A (or 0x8AB34A) is known color: Chelsea Cucumber. HEX triplet: 8A, B3 and 4A. RGB value is (138,179,74). Sum of RGB (Red+Green+Blue) = 138+179+74=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB34A is #754CB5. Grayscale: #9B9B9B. Windows color (decimal): -7687350 or 4895626. OLE color: 4895626.
HSL color Cylindrical-coordinate representation of color #8AB34A: hue angle of 83.43º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8AB34A is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 179 | 74 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.30 |
| HSL | 83.43º | 0.42% | 0.5% | - |
| HSV(B) | 83.43º | 0.59% | 0.7% | - |
| XYZ | 27.84 | 38.14 | 12.37 | - |
| YUV | 154.77 | 82.42 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 74 | 0.23 | 0 | 0.59 | 0.30 | 83.43 | 0.42 | 0.5 |
| Hex | 8A | B3 | 4A | 17 | 0 | 3B | 1E | 53 | 2A | 32 |
| Octal | 212 | 263 | 112 | 27 | 0 | 73 | 36 | 123 | 52 | 62 |
| Binary | 10001010 | 10110011 | 1001010 | 10111 | 0 | 111011 | 11110 | 1010011 | 101010 | 110010 |
Color Harmonies of #8AB34A
Complementary color
Monochromatic Colors of #8AB34A
Black with #8AB34A
Text Example
Text Example
White with #8AB34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB34A; }
p { color: rgb(138,179,74); }
H1.HeaderClassName
{
color: #8AB34A;
}
.AnyTagClassName
{
color: #8AB34A;
}
</style>
background-color css
<style>
a { background-color: #8AB34A; }
a { background-color: rgb(138,179,74); }
div.DivClassName
{
background-color: #8AB34A;
}
.BgClassName
{
background-color: #8AB34A;
}
</style>
border-color css
<style>
span { border-color: #8AB34A; }
span { border-color: rgb(138,179,74); }
td.TdClassName
{
border-color: #8AB34A;
}
.TagClassName
{
border-color: #8AB34A;
}
</style>