Shades of Chelsea Cucumber #8AA348
Tints of Chelsea Cucumber #8AA348
RGB
CMYK
RGB Variations
Color information
#8AA348 (or 0x8AA348) is known color: Chelsea Cucumber. HEX triplet: 8A, A3 and 48. RGB value is (138,163,72). Sum of RGB (Red+Green+Blue) = 138+163+72=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA348 is #755CB7. Grayscale: #919191. Windows color (decimal): -7691448 or 4760458. OLE color: 4760458.
HSL color Cylindrical-coordinate representation of color #8AA348: hue angle of 76.48º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8AA348 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 163 | 72 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.36 |
| HSL | 76.48º | 0.39% | 0.46% | - |
| HSV(B) | 76.48º | 0.56% | 0.64% | - |
| XYZ | 24.75 | 32.07 | 11.02 | - |
| YUV | 145.15 | 86.72 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 163 | 72 | 0.15 | 0 | 0.56 | 0.36 | 76.48 | 0.39 | 0.46 |
| Hex | 8A | A3 | 48 | F | 0 | 38 | 24 | 4C | 27 | 2E |
| Octal | 212 | 243 | 110 | 17 | 0 | 70 | 44 | 114 | 47 | 56 |
| Binary | 10001010 | 10100011 | 1001000 | 1111 | 0 | 111000 | 100100 | 1001100 | 100111 | 101110 |
Color Harmonies of #8AA348
Complementary color
Monochromatic Colors of #8AA348
Black with #8AA348
Text Example
Text Example
White with #8AA348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA348; }
p { color: rgb(138,163,72); }
H1.HeaderClassName
{
color: #8AA348;
}
.AnyTagClassName
{
color: #8AA348;
}
</style>
background-color css
<style>
a { background-color: #8AA348; }
a { background-color: rgb(138,163,72); }
div.DivClassName
{
background-color: #8AA348;
}
.BgClassName
{
background-color: #8AA348;
}
</style>
border-color css
<style>
span { border-color: #8AA348; }
span { border-color: rgb(138,163,72); }
td.TdClassName
{
border-color: #8AA348;
}
.TagClassName
{
border-color: #8AA348;
}
</style>