Shades of Chelsea Cucumber #8AA34A
Tints of Chelsea Cucumber #8AA34A
RGB
CMYK
RGB Variations
Color information
#8AA34A (or 0x8AA34A) is known color: Chelsea Cucumber. HEX triplet: 8A, A3 and 4A. RGB value is (138,163,74). Sum of RGB (Red+Green+Blue) = 138+163+74=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA34A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA34A is #755CB5. Grayscale: #919191. Windows color (decimal): -7691446 or 4891530. OLE color: 4891530.
HSL color Cylindrical-coordinate representation of color #8AA34A: hue angle of 76.85º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8AA34A is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 163 | 74 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.36 |
| HSL | 76.85º | 0.38% | 0.46% | - |
| HSV(B) | 76.85º | 0.55% | 0.64% | - |
| XYZ | 24.81 | 32.09 | 11.37 | - |
| YUV | 145.38 | 87.72 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 163 | 74 | 0.15 | 0 | 0.55 | 0.36 | 76.85 | 0.38 | 0.46 |
| Hex | 8A | A3 | 4A | F | 0 | 37 | 24 | 4D | 26 | 2E |
| Octal | 212 | 243 | 112 | 17 | 0 | 67 | 44 | 115 | 46 | 56 |
| Binary | 10001010 | 10100011 | 1001010 | 1111 | 0 | 110111 | 100100 | 1001101 | 100110 | 101110 |
Color Harmonies of #8AA34A
Complementary color
Monochromatic Colors of #8AA34A
Black with #8AA34A
Text Example
Text Example
White with #8AA34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA34A; }
p { color: rgb(138,163,74); }
H1.HeaderClassName
{
color: #8AA34A;
}
.AnyTagClassName
{
color: #8AA34A;
}
</style>
background-color css
<style>
a { background-color: #8AA34A; }
a { background-color: rgb(138,163,74); }
div.DivClassName
{
background-color: #8AA34A;
}
.BgClassName
{
background-color: #8AA34A;
}
</style>
border-color css
<style>
span { border-color: #8AA34A; }
span { border-color: rgb(138,163,74); }
td.TdClassName
{
border-color: #8AA34A;
}
.TagClassName
{
border-color: #8AA34A;
}
</style>