Shades of Celery #AFC446
Tints of Celery #AFC446
RGB
CMYK
RGB Variations
Color information
#AFC446 (or 0xAFC446) is known color: Celery. HEX triplet: AF, C4 and 46. RGB value is (175,196,70). Sum of RGB (Red+Green+Blue) = 175+196+70=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 196 (76.95% from 255 or 44.44% from 441); Blue value is 70 (27.73% from 255 or 15.87% from 441); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC446 is #503BB9. Grayscale: #AFAFAF. Windows color (decimal): -5258170 or 4637871. OLE color: 4637871.
HSL color Cylindrical-coordinate representation of color #AFC446: hue angle of 70º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFC446 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 70 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.23 |
| HSL | 70º | 0.52% | 0.52% | - |
| HSV(B) | 70º | 0.64% | 0.77% | - |
| XYZ | 38.52 | 49.04 | 13.23 | - |
| YUV | 175.36 | 68.54 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 70 | 0.11 | 0 | 0.64 | 0.23 | 70 | 0.52 | 0.52 |
| Hex | AF | C4 | 46 | B | 0 | 40 | 17 | 46 | 34 | 34 |
| Octal | 257 | 304 | 106 | 13 | 0 | 100 | 27 | 106 | 64 | 64 |
| Binary | 10101111 | 11000100 | 1000110 | 1011 | 0 | 1000000 | 10111 | 1000110 | 110100 | 110100 |
Color Harmonies of #AFC446
Complementary color
Monochromatic Colors of #AFC446
Black with #AFC446
Text Example
Text Example
White with #AFC446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC446; }
p { color: rgb(175,196,70); }
H1.HeaderClassName
{
color: #AFC446;
}
.AnyTagClassName
{
color: #AFC446;
}
</style>
background-color css
<style>
a { background-color: #AFC446; }
a { background-color: rgb(175,196,70); }
div.DivClassName
{
background-color: #AFC446;
}
.BgClassName
{
background-color: #AFC446;
}
</style>
border-color css
<style>
span { border-color: #AFC446; }
span { border-color: rgb(175,196,70); }
td.TdClassName
{
border-color: #AFC446;
}
.TagClassName
{
border-color: #AFC446;
}
</style>