Shades of Celery #AFC05A
Tints of Celery #AFC05A
RGB
CMYK
RGB Variations
Color information
#AFC05A (or 0xAFC05A) is known color: Celery. HEX triplet: AF, C0 and 5A. RGB value is (175,192,90). Sum of RGB (Red+Green+Blue) = 175+192+90=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC05A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC05A is #503FA5. Grayscale: #AFAFAF. Windows color (decimal): -5259174 or 5947567. OLE color: 5947567.
HSL color Cylindrical-coordinate representation of color #AFC05A: hue angle of 70º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFC05A is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 90 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.25 |
| HSL | 70º | 0.45% | 0.55% | - |
| HSV(B) | 70º | 0.53% | 0.75% | - |
| XYZ | 38.37 | 47.55 | 16.83 | - |
| YUV | 175.29 | 79.87 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 90 | 0.09 | 0 | 0.53 | 0.25 | 70 | 0.45 | 0.55 |
| Hex | AF | C0 | 5A | 9 | 0 | 35 | 19 | 46 | 2D | 37 |
| Octal | 257 | 300 | 132 | 11 | 0 | 65 | 31 | 106 | 55 | 67 |
| Binary | 10101111 | 11000000 | 1011010 | 1001 | 0 | 110101 | 11001 | 1000110 | 101101 | 110111 |
Color Harmonies of #AFC05A
Complementary color
Monochromatic Colors of #AFC05A
Black with #AFC05A
Text Example
Text Example
White with #AFC05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC05A; }
p { color: rgb(175,192,90); }
H1.HeaderClassName
{
color: #AFC05A;
}
.AnyTagClassName
{
color: #AFC05A;
}
</style>
background-color css
<style>
a { background-color: #AFC05A; }
a { background-color: rgb(175,192,90); }
div.DivClassName
{
background-color: #AFC05A;
}
.BgClassName
{
background-color: #AFC05A;
}
</style>
border-color css
<style>
span { border-color: #AFC05A; }
span { border-color: rgb(175,192,90); }
td.TdClassName
{
border-color: #AFC05A;
}
.TagClassName
{
border-color: #AFC05A;
}
</style>