Shades of Celery #A8C258
Tints of Celery #A8C258
RGB
CMYK
RGB Variations
Color information
#A8C258 (or 0xA8C258) is known color: Celery. HEX triplet: A8, C2 and 58. RGB value is (168,194,88). Sum of RGB (Red+Green+Blue) = 168+194+88=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C258 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C258 is #573DA7. Grayscale: #AEAEAE. Windows color (decimal): -5717416 or 5817000. OLE color: 5817000.
HSL color Cylindrical-coordinate representation of color #A8C258: hue angle of 74.72º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8C258 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 194 | 88 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.24 |
| HSL | 74.72º | 0.46% | 0.55% | - |
| HSV(B) | 74.72º | 0.55% | 0.76% | - |
| XYZ | 37.2 | 47.61 | 16.46 | - |
| YUV | 174.14 | 79.39 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 194 | 88 | 0.13 | 0 | 0.55 | 0.24 | 74.72 | 0.46 | 0.55 |
| Hex | A8 | C2 | 58 | D | 0 | 37 | 18 | 4B | 2E | 37 |
| Octal | 250 | 302 | 130 | 15 | 0 | 67 | 30 | 113 | 56 | 67 |
| Binary | 10101000 | 11000010 | 1011000 | 1101 | 0 | 110111 | 11000 | 1001011 | 101110 | 110111 |
Color Harmonies of #A8C258
Complementary color
Monochromatic Colors of #A8C258
Black with #A8C258
Text Example
Text Example
White with #A8C258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C258; }
p { color: rgb(168,194,88); }
H1.HeaderClassName
{
color: #A8C258;
}
.AnyTagClassName
{
color: #A8C258;
}
</style>
background-color css
<style>
a { background-color: #A8C258; }
a { background-color: rgb(168,194,88); }
div.DivClassName
{
background-color: #A8C258;
}
.BgClassName
{
background-color: #A8C258;
}
</style>
border-color css
<style>
span { border-color: #A8C258; }
span { border-color: rgb(168,194,88); }
td.TdClassName
{
border-color: #A8C258;
}
.TagClassName
{
border-color: #A8C258;
}
</style>