Shades of Celery #A8C05A
Tints of Celery #A8C05A
RGB
CMYK
RGB Variations
Color information
#A8C05A (or 0xA8C05A) is known color: Celery. HEX triplet: A8, C0 and 5A. RGB value is (168,192,90). Sum of RGB (Red+Green+Blue) = 168+192+90=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 90 (35.55% from 255 or 20% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C05A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C05A is #573FA5. Grayscale: #ADADAD. Windows color (decimal): -5717926 or 5947560. OLE color: 5947560.
HSL color Cylindrical-coordinate representation of color #A8C05A: hue angle of 74.12º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8C05A is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 90 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.25 |
| HSL | 74.12º | 0.45% | 0.55% | - |
| HSV(B) | 74.12º | 0.53% | 0.75% | - |
| XYZ | 36.84 | 46.76 | 16.76 | - |
| YUV | 173.2 | 81.05 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 90 | 0.12 | 0 | 0.53 | 0.25 | 74.12 | 0.45 | 0.55 |
| Hex | A8 | C0 | 5A | C | 0 | 35 | 19 | 4A | 2D | 37 |
| Octal | 250 | 300 | 132 | 14 | 0 | 65 | 31 | 112 | 55 | 67 |
| Binary | 10101000 | 11000000 | 1011010 | 1100 | 0 | 110101 | 11001 | 1001010 | 101101 | 110111 |
Color Harmonies of #A8C05A
Complementary color
Monochromatic Colors of #A8C05A
Black with #A8C05A
Text Example
Text Example
White with #A8C05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C05A; }
p { color: rgb(168,192,90); }
H1.HeaderClassName
{
color: #A8C05A;
}
.AnyTagClassName
{
color: #A8C05A;
}
</style>
background-color css
<style>
a { background-color: #A8C05A; }
a { background-color: rgb(168,192,90); }
div.DivClassName
{
background-color: #A8C05A;
}
.BgClassName
{
background-color: #A8C05A;
}
</style>
border-color css
<style>
span { border-color: #A8C05A; }
span { border-color: rgb(168,192,90); }
td.TdClassName
{
border-color: #A8C05A;
}
.TagClassName
{
border-color: #A8C05A;
}
</style>