Shades of Chelsea Cucumber #8AAA4B
Tints of Chelsea Cucumber #8AAA4B
RGB
CMYK
RGB Variations
Color information
#8AAA4B (or 0x8AAA4B) is known color: Chelsea Cucumber. HEX triplet: 8A, AA and 4B. RGB value is (138,170,75). Sum of RGB (Red+Green+Blue) = 138+170+75=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAA4B is #7555B4. Grayscale: #959595. Windows color (decimal): -7689653 or 4958858. OLE color: 4958858.
HSL color Cylindrical-coordinate representation of color #8AAA4B: hue angle of 80.21º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8AAA4B is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 75 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.33 |
| HSL | 80.21º | 0.39% | 0.48% | - |
| HSV(B) | 80.21º | 0.56% | 0.67% | - |
| XYZ | 26.13 | 34.66 | 11.97 | - |
| YUV | 149.6 | 85.9 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 75 | 0.19 | 0 | 0.56 | 0.33 | 80.21 | 0.39 | 0.48 |
| Hex | 8A | AA | 4B | 13 | 0 | 38 | 21 | 50 | 27 | 30 |
| Octal | 212 | 252 | 113 | 23 | 0 | 70 | 41 | 120 | 47 | 60 |
| Binary | 10001010 | 10101010 | 1001011 | 10011 | 0 | 111000 | 100001 | 1010000 | 100111 | 110000 |
Color Harmonies of #8AAA4B
Complementary color
Monochromatic Colors of #8AAA4B
Black with #8AAA4B
Text Example
Text Example
White with #8AAA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA4B; }
p { color: rgb(138,170,75); }
H1.HeaderClassName
{
color: #8AAA4B;
}
.AnyTagClassName
{
color: #8AAA4B;
}
</style>
background-color css
<style>
a { background-color: #8AAA4B; }
a { background-color: rgb(138,170,75); }
div.DivClassName
{
background-color: #8AAA4B;
}
.BgClassName
{
background-color: #8AAA4B;
}
</style>
border-color css
<style>
span { border-color: #8AAA4B; }
span { border-color: rgb(138,170,75); }
td.TdClassName
{
border-color: #8AAA4B;
}
.TagClassName
{
border-color: #8AAA4B;
}
</style>