Shades of Celery #AFC045
Tints of Celery #AFC045
RGB
CMYK
RGB Variations
Color information
#AFC045 (or 0xAFC045) is known color: Celery. HEX triplet: AF, C0 and 45. RGB value is (175,192,69). Sum of RGB (Red+Green+Blue) = 175+192+69=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 69 (27.34% from 255 or 15.83% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC045 is #503FBA. Grayscale: #ADADAD. Windows color (decimal): -5259195 or 4571311. OLE color: 4571311.
HSL color Cylindrical-coordinate representation of color #AFC045: hue angle of 68.29º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFC045 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 69 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.25 |
| HSL | 68.29º | 0.49% | 0.51% | - |
| HSV(B) | 68.29º | 0.64% | 0.75% | - |
| XYZ | 37.6 | 47.24 | 12.77 | - |
| YUV | 172.9 | 69.37 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 69 | 0.09 | 0 | 0.64 | 0.25 | 68.29 | 0.49 | 0.51 |
| Hex | AF | C0 | 45 | 9 | 0 | 40 | 19 | 44 | 31 | 33 |
| Octal | 257 | 300 | 105 | 11 | 0 | 100 | 31 | 104 | 61 | 63 |
| Binary | 10101111 | 11000000 | 1000101 | 1001 | 0 | 1000000 | 11001 | 1000100 | 110001 | 110011 |
Color Harmonies of #AFC045
Complementary color
Monochromatic Colors of #AFC045
Black with #AFC045
Text Example
Text Example
White with #AFC045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC045; }
p { color: rgb(175,192,69); }
H1.HeaderClassName
{
color: #AFC045;
}
.AnyTagClassName
{
color: #AFC045;
}
</style>
background-color css
<style>
a { background-color: #AFC045; }
a { background-color: rgb(175,192,69); }
div.DivClassName
{
background-color: #AFC045;
}
.BgClassName
{
background-color: #AFC045;
}
</style>
border-color css
<style>
span { border-color: #AFC045; }
span { border-color: rgb(175,192,69); }
td.TdClassName
{
border-color: #AFC045;
}
.TagClassName
{
border-color: #AFC045;
}
</style>