Shades of Chelsea Cucumber #8AA368
Tints of Chelsea Cucumber #8AA368
RGB
CMYK
RGB Variations
Color information
#8AA368 (or 0x8AA368) is known color: Chelsea Cucumber. HEX triplet: 8A, A3 and 68. RGB value is (138,163,104). Sum of RGB (Red+Green+Blue) = 138+163+104=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA368 is #755C97. Grayscale: #959595. Windows color (decimal): -7691416 or 6857610. OLE color: 6857610.
HSL color Cylindrical-coordinate representation of color #8AA368: hue angle of 85.42º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AA368 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 163 | 104 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.36 |
| HSL | 85.42º | 0.24% | 0.52% | - |
| HSV(B) | 85.42º | 0.36% | 0.64% | - |
| XYZ | 26.08 | 32.6 | 18.01 | - |
| YUV | 148.8 | 102.72 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 163 | 104 | 0.15 | 0 | 0.36 | 0.36 | 85.42 | 0.24 | 0.52 |
| Hex | 8A | A3 | 68 | F | 0 | 24 | 24 | 55 | 18 | 34 |
| Octal | 212 | 243 | 150 | 17 | 0 | 44 | 44 | 125 | 30 | 64 |
| Binary | 10001010 | 10100011 | 1101000 | 1111 | 0 | 100100 | 100100 | 1010101 | 11000 | 110100 |
Color Harmonies of #8AA368
Complementary color
Monochromatic Colors of #8AA368
Black with #8AA368
Text Example
Text Example
White with #8AA368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA368; }
p { color: rgb(138,163,104); }
H1.HeaderClassName
{
color: #8AA368;
}
.AnyTagClassName
{
color: #8AA368;
}
</style>
background-color css
<style>
a { background-color: #8AA368; }
a { background-color: rgb(138,163,104); }
div.DivClassName
{
background-color: #8AA368;
}
.BgClassName
{
background-color: #8AA368;
}
</style>
border-color css
<style>
span { border-color: #8AA368; }
span { border-color: rgb(138,163,104); }
td.TdClassName
{
border-color: #8AA368;
}
.TagClassName
{
border-color: #8AA368;
}
</style>