Shades of Celery #AFC346
Tints of Celery #AFC346
RGB
CMYK
RGB Variations
Color information
#AFC346 (or 0xAFC346) is known color: Celery. HEX triplet: AF, C3 and 46. RGB value is (175,195,70). Sum of RGB (Red+Green+Blue) = 175+195+70=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 195 (76.56% from 255 or 44.32% from 440); Blue value is 70 (27.73% from 255 or 15.91% from 440); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC346 is #503CB9. Grayscale: #AFAFAF. Windows color (decimal): -5258426 or 4637615. OLE color: 4637615.
HSL color Cylindrical-coordinate representation of color #AFC346: hue angle of 69.6º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFC346 is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 195 | 70 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.24 |
| HSL | 69.6º | 0.51% | 0.52% | - |
| HSV(B) | 69.6º | 0.64% | 0.76% | - |
| XYZ | 38.3 | 48.59 | 13.15 | - |
| YUV | 174.77 | 68.87 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 70 | 0.10 | 0 | 0.64 | 0.24 | 69.6 | 0.51 | 0.52 |
| Hex | AF | C3 | 46 | A | 0 | 40 | 18 | 46 | 33 | 34 |
| Octal | 257 | 303 | 106 | 12 | 0 | 100 | 30 | 106 | 63 | 64 |
| Binary | 10101111 | 11000011 | 1000110 | 1010 | 0 | 1000000 | 11000 | 1000110 | 110011 | 110100 |
Color Harmonies of #AFC346
Complementary color
Monochromatic Colors of #AFC346
Black with #AFC346
Text Example
Text Example
White with #AFC346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC346; }
p { color: rgb(175,195,70); }
H1.HeaderClassName
{
color: #AFC346;
}
.AnyTagClassName
{
color: #AFC346;
}
</style>
background-color css
<style>
a { background-color: #AFC346; }
a { background-color: rgb(175,195,70); }
div.DivClassName
{
background-color: #AFC346;
}
.BgClassName
{
background-color: #AFC346;
}
</style>
border-color css
<style>
span { border-color: #AFC346; }
span { border-color: rgb(175,195,70); }
td.TdClassName
{
border-color: #AFC346;
}
.TagClassName
{
border-color: #AFC346;
}
</style>