Shades of Celery #AFC14E
Tints of Celery #AFC14E
RGB
CMYK
RGB Variations
Color information
#AFC14E (or 0xAFC14E) is known color: Celery. HEX triplet: AF, C1 and 4E. RGB value is (175,193,78). Sum of RGB (Red+Green+Blue) = 175+193+78=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC14E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC14E is #503EB1. Grayscale: #AEAEAE. Windows color (decimal): -5258930 or 5161391. OLE color: 5161391.
HSL color Cylindrical-coordinate representation of color #AFC14E: hue angle of 69.39º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFC14E is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 78 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.24 |
| HSL | 69.39º | 0.48% | 0.53% | - |
| HSV(B) | 69.39º | 0.6% | 0.76% | - |
| XYZ | 38.12 | 47.8 | 14.43 | - |
| YUV | 174.51 | 73.54 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 78 | 0.09 | 0 | 0.60 | 0.24 | 69.39 | 0.48 | 0.53 |
| Hex | AF | C1 | 4E | 9 | 0 | 3C | 18 | 45 | 30 | 35 |
| Octal | 257 | 301 | 116 | 11 | 0 | 74 | 30 | 105 | 60 | 65 |
| Binary | 10101111 | 11000001 | 1001110 | 1001 | 0 | 111100 | 11000 | 1000101 | 110000 | 110101 |
Color Harmonies of #AFC14E
Complementary color
Monochromatic Colors of #AFC14E
Black with #AFC14E
Text Example
Text Example
White with #AFC14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC14E; }
p { color: rgb(175,193,78); }
H1.HeaderClassName
{
color: #AFC14E;
}
.AnyTagClassName
{
color: #AFC14E;
}
</style>
background-color css
<style>
a { background-color: #AFC14E; }
a { background-color: rgb(175,193,78); }
div.DivClassName
{
background-color: #AFC14E;
}
.BgClassName
{
background-color: #AFC14E;
}
</style>
border-color css
<style>
span { border-color: #AFC14E; }
span { border-color: rgb(175,193,78); }
td.TdClassName
{
border-color: #AFC14E;
}
.TagClassName
{
border-color: #AFC14E;
}
</style>