Shades of Celery #AFC059
Tints of Celery #AFC059
RGB
CMYK
RGB Variations
Color information
#AFC059 (or 0xAFC059) is known color: Celery. HEX triplet: AF, C0 and 59. RGB value is (175,192,89). Sum of RGB (Red+Green+Blue) = 175+192+89=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC059 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC059 is #503FA6. Grayscale: #AFAFAF. Windows color (decimal): -5259175 or 5882031. OLE color: 5882031.
HSL color Cylindrical-coordinate representation of color #AFC059: hue angle of 69.9º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFC059 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 89 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.25 |
| HSL | 69.9º | 0.45% | 0.55% | - |
| HSV(B) | 69.9º | 0.54% | 0.75% | - |
| XYZ | 38.33 | 47.53 | 16.61 | - |
| YUV | 175.18 | 79.37 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 89 | 0.09 | 0 | 0.54 | 0.25 | 69.9 | 0.45 | 0.55 |
| Hex | AF | C0 | 59 | 9 | 0 | 36 | 19 | 46 | 2D | 37 |
| Octal | 257 | 300 | 131 | 11 | 0 | 66 | 31 | 106 | 55 | 67 |
| Binary | 10101111 | 11000000 | 1011001 | 1001 | 0 | 110110 | 11001 | 1000110 | 101101 | 110111 |
Color Harmonies of #AFC059
Complementary color
Monochromatic Colors of #AFC059
Black with #AFC059
Text Example
Text Example
White with #AFC059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC059; }
p { color: rgb(175,192,89); }
H1.HeaderClassName
{
color: #AFC059;
}
.AnyTagClassName
{
color: #AFC059;
}
</style>
background-color css
<style>
a { background-color: #AFC059; }
a { background-color: rgb(175,192,89); }
div.DivClassName
{
background-color: #AFC059;
}
.BgClassName
{
background-color: #AFC059;
}
</style>
border-color css
<style>
span { border-color: #AFC059; }
span { border-color: rgb(175,192,89); }
td.TdClassName
{
border-color: #AFC059;
}
.TagClassName
{
border-color: #AFC059;
}
</style>