Shades of Chelsea Cucumber #8AAA43
Tints of Chelsea Cucumber #8AAA43
RGB
CMYK
RGB Variations
Color information
#8AAA43 (or 0x8AAA43) is known color: Chelsea Cucumber. HEX triplet: 8A, AA and 43. RGB value is (138,170,67). Sum of RGB (Red+Green+Blue) = 138+170+67=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAA43 is #7555BC. Grayscale: #959595. Windows color (decimal): -7689661 or 4434570. OLE color: 4434570.
HSL color Cylindrical-coordinate representation of color #8AAA43: hue angle of 78.64º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8AAA43 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 67 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.33 |
| HSL | 78.64º | 0.43% | 0.46% | - |
| HSV(B) | 78.64º | 0.61% | 0.67% | - |
| XYZ | 25.87 | 34.56 | 10.62 | - |
| YUV | 148.69 | 81.9 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 67 | 0.19 | 0 | 0.61 | 0.33 | 78.64 | 0.43 | 0.46 |
| Hex | 8A | AA | 43 | 13 | 0 | 3D | 21 | 4F | 2B | 2E |
| Octal | 212 | 252 | 103 | 23 | 0 | 75 | 41 | 117 | 53 | 56 |
| Binary | 10001010 | 10101010 | 1000011 | 10011 | 0 | 111101 | 100001 | 1001111 | 101011 | 101110 |
Color Harmonies of #8AAA43
Complementary color
Monochromatic Colors of #8AAA43
Black with #8AAA43
Text Example
Text Example
White with #8AAA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA43; }
p { color: rgb(138,170,67); }
H1.HeaderClassName
{
color: #8AAA43;
}
.AnyTagClassName
{
color: #8AAA43;
}
</style>
background-color css
<style>
a { background-color: #8AAA43; }
a { background-color: rgb(138,170,67); }
div.DivClassName
{
background-color: #8AAA43;
}
.BgClassName
{
background-color: #8AAA43;
}
</style>
border-color css
<style>
span { border-color: #8AAA43; }
span { border-color: rgb(138,170,67); }
td.TdClassName
{
border-color: #8AAA43;
}
.TagClassName
{
border-color: #8AAA43;
}
</style>