Shades of Celery #AFC23C
Tints of Celery #AFC23C
RGB
CMYK
RGB Variations
Color information
#AFC23C (or 0xAFC23C) is known color: Celery. HEX triplet: AF, C2 and 3C. RGB value is (175,194,60). Sum of RGB (Red+Green+Blue) = 175+194+60=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC23C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC23C is #503DC3. Grayscale: #ADADAD. Windows color (decimal): -5258692 or 3981999. OLE color: 3981999.
HSL color Cylindrical-coordinate representation of color #AFC23C: hue angle of 68.51º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFC23C is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 194 | 60 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.24 |
| HSL | 68.51º | 0.53% | 0.5% | - |
| HSV(B) | 68.51º | 0.69% | 0.76% | - |
| XYZ | 37.79 | 48.02 | 11.55 | - |
| YUV | 173.04 | 64.21 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 60 | 0.10 | 0 | 0.69 | 0.24 | 68.51 | 0.53 | 0.5 |
| Hex | AF | C2 | 3C | A | 0 | 45 | 18 | 45 | 35 | 32 |
| Octal | 257 | 302 | 74 | 12 | 0 | 105 | 30 | 105 | 65 | 62 |
| Binary | 10101111 | 11000010 | 111100 | 1010 | 0 | 1000101 | 11000 | 1000101 | 110101 | 110010 |
Color Harmonies of #AFC23C
Complementary color
Monochromatic Colors of #AFC23C
Black with #AFC23C
Text Example
Text Example
White with #AFC23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC23C; }
p { color: rgb(175,194,60); }
H1.HeaderClassName
{
color: #AFC23C;
}
.AnyTagClassName
{
color: #AFC23C;
}
</style>
background-color css
<style>
a { background-color: #AFC23C; }
a { background-color: rgb(175,194,60); }
div.DivClassName
{
background-color: #AFC23C;
}
.BgClassName
{
background-color: #AFC23C;
}
</style>
border-color css
<style>
span { border-color: #AFC23C; }
span { border-color: rgb(175,194,60); }
td.TdClassName
{
border-color: #AFC23C;
}
.TagClassName
{
border-color: #AFC23C;
}
</style>