Shades of Celery #AFC244
Tints of Celery #AFC244
RGB
CMYK
RGB Variations
Color information
#AFC244 (or 0xAFC244) is known color: Celery. HEX triplet: AF, C2 and 44. RGB value is (175,194,68). Sum of RGB (Red+Green+Blue) = 175+194+68=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 68 (26.95% from 255 or 15.56% from 437); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC244 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC244 is #503DBB. Grayscale: #AEAEAE. Windows color (decimal): -5258684 or 4506287. OLE color: 4506287.
HSL color Cylindrical-coordinate representation of color #AFC244: hue angle of 69.05º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFC244 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 194 | 68 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.24 |
| HSL | 69.05º | 0.51% | 0.51% | - |
| HSV(B) | 69.05º | 0.65% | 0.76% | - |
| XYZ | 38.01 | 48.11 | 12.75 | - |
| YUV | 173.96 | 68.21 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 68 | 0.10 | 0 | 0.65 | 0.24 | 69.05 | 0.51 | 0.51 |
| Hex | AF | C2 | 44 | A | 0 | 41 | 18 | 45 | 33 | 33 |
| Octal | 257 | 302 | 104 | 12 | 0 | 101 | 30 | 105 | 63 | 63 |
| Binary | 10101111 | 11000010 | 1000100 | 1010 | 0 | 1000001 | 11000 | 1000101 | 110011 | 110011 |
Color Harmonies of #AFC244
Complementary color
Monochromatic Colors of #AFC244
Black with #AFC244
Text Example
Text Example
White with #AFC244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC244; }
p { color: rgb(175,194,68); }
H1.HeaderClassName
{
color: #AFC244;
}
.AnyTagClassName
{
color: #AFC244;
}
</style>
background-color css
<style>
a { background-color: #AFC244; }
a { background-color: rgb(175,194,68); }
div.DivClassName
{
background-color: #AFC244;
}
.BgClassName
{
background-color: #AFC244;
}
</style>
border-color css
<style>
span { border-color: #AFC244; }
span { border-color: rgb(175,194,68); }
td.TdClassName
{
border-color: #AFC244;
}
.TagClassName
{
border-color: #AFC244;
}
</style>