Shades of Chelsea Cucumber #80A24F
Tints of Chelsea Cucumber #80A24F
RGB
CMYK
RGB Variations
Color information
#80A24F (or 0x80A24F) is known color: Chelsea Cucumber. HEX triplet: 80, A2 and 4F. RGB value is (128,162,79). Sum of RGB (Red+Green+Blue) = 128+162+79=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 162 - color contains mainly: green. Hex color #80A24F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A24F is #7F5DB0. Grayscale: #8E8E8E. Windows color (decimal): -8347057 or 5218944. OLE color: 5218944.
HSL color Cylindrical-coordinate representation of color #80A24F: hue angle of 84.58º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80A24F is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 162 | 79 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.36 |
| HSL | 84.58º | 0.34% | 0.47% | - |
| HSV(B) | 84.58º | 0.51% | 0.64% | - |
| XYZ | 23.23 | 30.99 | 12.16 | - |
| YUV | 142.37 | 92.24 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 162 | 79 | 0.21 | 0 | 0.51 | 0.36 | 84.58 | 0.34 | 0.47 |
| Hex | 80 | A2 | 4F | 15 | 0 | 33 | 24 | 55 | 22 | 2F |
| Octal | 200 | 242 | 117 | 25 | 0 | 63 | 44 | 125 | 42 | 57 |
| Binary | 10000000 | 10100010 | 1001111 | 10101 | 0 | 110011 | 100100 | 1010101 | 100010 | 101111 |
Color Harmonies of #80A24F
Complementary color
Monochromatic Colors of #80A24F
Black with #80A24F
Text Example
Text Example
White with #80A24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A24F; }
p { color: rgb(128,162,79); }
H1.HeaderClassName
{
color: #80A24F;
}
.AnyTagClassName
{
color: #80A24F;
}
</style>
background-color css
<style>
a { background-color: #80A24F; }
a { background-color: rgb(128,162,79); }
div.DivClassName
{
background-color: #80A24F;
}
.BgClassName
{
background-color: #80A24F;
}
</style>
border-color css
<style>
span { border-color: #80A24F; }
span { border-color: rgb(128,162,79); }
td.TdClassName
{
border-color: #80A24F;
}
.TagClassName
{
border-color: #80A24F;
}
</style>