Shades of Celery #AFC946
Tints of Celery #AFC946
RGB
CMYK
RGB Variations
Color information
#AFC946 (or 0xAFC946) is known color: Celery. HEX triplet: AF, C9 and 46. RGB value is (175,201,70). Sum of RGB (Red+Green+Blue) = 175+201+70=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 70 (27.73% from 255 or 15.70% from 446); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC946 is #5036B9. Grayscale: #B2B2B2. Windows color (decimal): -5256890 or 4639151. OLE color: 4639151.
HSL color Cylindrical-coordinate representation of color #AFC946: hue angle of 71.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFC946 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 70 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.21 |
| HSL | 71.91º | 0.55% | 0.53% | - |
| HSV(B) | 71.91º | 0.65% | 0.79% | - |
| XYZ | 39.67 | 51.33 | 13.61 | - |
| YUV | 178.29 | 66.89 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 70 | 0.13 | 0 | 0.65 | 0.21 | 71.91 | 0.55 | 0.53 |
| Hex | AF | C9 | 46 | D | 0 | 41 | 15 | 48 | 37 | 35 |
| Octal | 257 | 311 | 106 | 15 | 0 | 101 | 25 | 110 | 67 | 65 |
| Binary | 10101111 | 11001001 | 1000110 | 1101 | 0 | 1000001 | 10101 | 1001000 | 110111 | 110101 |
Color Harmonies of #AFC946
Complementary color
Monochromatic Colors of #AFC946
Black with #AFC946
Text Example
Text Example
White with #AFC946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC946; }
p { color: rgb(175,201,70); }
H1.HeaderClassName
{
color: #AFC946;
}
.AnyTagClassName
{
color: #AFC946;
}
</style>
background-color css
<style>
a { background-color: #AFC946; }
a { background-color: rgb(175,201,70); }
div.DivClassName
{
background-color: #AFC946;
}
.BgClassName
{
background-color: #AFC946;
}
</style>
border-color css
<style>
span { border-color: #AFC946; }
span { border-color: rgb(175,201,70); }
td.TdClassName
{
border-color: #AFC946;
}
.TagClassName
{
border-color: #AFC946;
}
</style>