Shades of Celery #AFC44A
Tints of Celery #AFC44A
RGB
CMYK
RGB Variations
Color information
#AFC44A (or 0xAFC44A) is known color: Celery. HEX triplet: AF, C4 and 4A. RGB value is (175,196,74). Sum of RGB (Red+Green+Blue) = 175+196+74=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 196 (76.95% from 255 or 44.04% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC44A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC44A is #503BB5. Grayscale: #B0B0B0. Windows color (decimal): -5258166 or 4900015. OLE color: 4900015.
HSL color Cylindrical-coordinate representation of color #AFC44A: hue angle of 70.33º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFC44A is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 74 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.23 |
| HSL | 70.33º | 0.51% | 0.53% | - |
| HSV(B) | 70.33º | 0.62% | 0.77% | - |
| XYZ | 38.66 | 49.09 | 13.92 | - |
| YUV | 175.81 | 70.54 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 74 | 0.11 | 0 | 0.62 | 0.23 | 70.33 | 0.51 | 0.53 |
| Hex | AF | C4 | 4A | B | 0 | 3E | 17 | 46 | 33 | 35 |
| Octal | 257 | 304 | 112 | 13 | 0 | 76 | 27 | 106 | 63 | 65 |
| Binary | 10101111 | 11000100 | 1001010 | 1011 | 0 | 111110 | 10111 | 1000110 | 110011 | 110101 |
Color Harmonies of #AFC44A
Complementary color
Monochromatic Colors of #AFC44A
Black with #AFC44A
Text Example
Text Example
White with #AFC44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC44A; }
p { color: rgb(175,196,74); }
H1.HeaderClassName
{
color: #AFC44A;
}
.AnyTagClassName
{
color: #AFC44A;
}
</style>
background-color css
<style>
a { background-color: #AFC44A; }
a { background-color: rgb(175,196,74); }
div.DivClassName
{
background-color: #AFC44A;
}
.BgClassName
{
background-color: #AFC44A;
}
</style>
border-color css
<style>
span { border-color: #AFC44A; }
span { border-color: rgb(175,196,74); }
td.TdClassName
{
border-color: #AFC44A;
}
.TagClassName
{
border-color: #AFC44A;
}
</style>