Shades of Celery #AFC15C
Tints of Celery #AFC15C
RGB
CMYK
RGB Variations
Color information
#AFC15C (or 0xAFC15C) is known color: Celery. HEX triplet: AF, C1 and 5C. RGB value is (175,193,92). Sum of RGB (Red+Green+Blue) = 175+193+92=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC15C is #503EA3. Grayscale: #B0B0B0. Windows color (decimal): -5258916 or 6078895. OLE color: 6078895.
HSL color Cylindrical-coordinate representation of color #AFC15C: hue angle of 70.69º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFC15C is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 92 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.24 |
| HSL | 70.69º | 0.45% | 0.56% | - |
| HSV(B) | 70.69º | 0.52% | 0.76% | - |
| XYZ | 38.68 | 48.03 | 17.36 | - |
| YUV | 176.1 | 80.54 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 92 | 0.09 | 0 | 0.52 | 0.24 | 70.69 | 0.45 | 0.56 |
| Hex | AF | C1 | 5C | 9 | 0 | 34 | 18 | 47 | 2D | 38 |
| Octal | 257 | 301 | 134 | 11 | 0 | 64 | 30 | 107 | 55 | 70 |
| Binary | 10101111 | 11000001 | 1011100 | 1001 | 0 | 110100 | 11000 | 1000111 | 101101 | 111000 |
Color Harmonies of #AFC15C
Complementary color
Monochromatic Colors of #AFC15C
Black with #AFC15C
Text Example
Text Example
White with #AFC15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC15C; }
p { color: rgb(175,193,92); }
H1.HeaderClassName
{
color: #AFC15C;
}
.AnyTagClassName
{
color: #AFC15C;
}
</style>
background-color css
<style>
a { background-color: #AFC15C; }
a { background-color: rgb(175,193,92); }
div.DivClassName
{
background-color: #AFC15C;
}
.BgClassName
{
background-color: #AFC15C;
}
</style>
border-color css
<style>
span { border-color: #AFC15C; }
span { border-color: rgb(175,193,92); }
td.TdClassName
{
border-color: #AFC15C;
}
.TagClassName
{
border-color: #AFC15C;
}
</style>