Shades of Chelsea Cucumber #8AA353
Tints of Chelsea Cucumber #8AA353
RGB
CMYK
RGB Variations
Color information
#8AA353 (or 0x8AA353) is known color: Chelsea Cucumber. HEX triplet: 8A, A3 and 53. RGB value is (138,163,83). Sum of RGB (Red+Green+Blue) = 138+163+83=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 163 (64.06% from 255 or 42.45% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA353 is #755CAC. Grayscale: #929292. Windows color (decimal): -7691437 or 5481354. OLE color: 5481354.
HSL color Cylindrical-coordinate representation of color #8AA353: hue angle of 78.75º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8AA353 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 163 | 83 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.36 |
| HSL | 78.75º | 0.33% | 0.48% | - |
| HSV(B) | 78.75º | 0.49% | 0.64% | - |
| XYZ | 25.14 | 32.22 | 13.08 | - |
| YUV | 146.41 | 92.22 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 163 | 83 | 0.15 | 0 | 0.49 | 0.36 | 78.75 | 0.33 | 0.48 |
| Hex | 8A | A3 | 53 | F | 0 | 31 | 24 | 4F | 21 | 30 |
| Octal | 212 | 243 | 123 | 17 | 0 | 61 | 44 | 117 | 41 | 60 |
| Binary | 10001010 | 10100011 | 1010011 | 1111 | 0 | 110001 | 100100 | 1001111 | 100001 | 110000 |
Color Harmonies of #8AA353
Complementary color
Monochromatic Colors of #8AA353
Black with #8AA353
Text Example
Text Example
White with #8AA353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA353; }
p { color: rgb(138,163,83); }
H1.HeaderClassName
{
color: #8AA353;
}
.AnyTagClassName
{
color: #8AA353;
}
</style>
background-color css
<style>
a { background-color: #8AA353; }
a { background-color: rgb(138,163,83); }
div.DivClassName
{
background-color: #8AA353;
}
.BgClassName
{
background-color: #8AA353;
}
</style>
border-color css
<style>
span { border-color: #8AA353; }
span { border-color: rgb(138,163,83); }
td.TdClassName
{
border-color: #8AA353;
}
.TagClassName
{
border-color: #8AA353;
}
</style>