Shades of Celery #AFC65A
Tints of Celery #AFC65A
RGB
CMYK
RGB Variations
Color information
#AFC65A (or 0xAFC65A) is known color: Celery. HEX triplet: AF, C6 and 5A. RGB value is (175,198,90). Sum of RGB (Red+Green+Blue) = 175+198+90=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC65A is #5039A5. Grayscale: #B3B3B3. Windows color (decimal): -5257638 or 5949103. OLE color: 5949103.
HSL color Cylindrical-coordinate representation of color #AFC65A: hue angle of 72.78º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFC65A is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 90 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.22 |
| HSL | 72.78º | 0.49% | 0.56% | - |
| HSV(B) | 72.78º | 0.55% | 0.78% | - |
| XYZ | 39.72 | 50.24 | 17.28 | - |
| YUV | 178.81 | 77.88 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 90 | 0.12 | 0 | 0.55 | 0.22 | 72.78 | 0.49 | 0.56 |
| Hex | AF | C6 | 5A | C | 0 | 37 | 16 | 49 | 31 | 38 |
| Octal | 257 | 306 | 132 | 14 | 0 | 67 | 26 | 111 | 61 | 70 |
| Binary | 10101111 | 11000110 | 1011010 | 1100 | 0 | 110111 | 10110 | 1001001 | 110001 | 111000 |
Color Harmonies of #AFC65A
Complementary color
Monochromatic Colors of #AFC65A
Black with #AFC65A
Text Example
Text Example
White with #AFC65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC65A; }
p { color: rgb(175,198,90); }
H1.HeaderClassName
{
color: #AFC65A;
}
.AnyTagClassName
{
color: #AFC65A;
}
</style>
background-color css
<style>
a { background-color: #AFC65A; }
a { background-color: rgb(175,198,90); }
div.DivClassName
{
background-color: #AFC65A;
}
.BgClassName
{
background-color: #AFC65A;
}
</style>
border-color css
<style>
span { border-color: #AFC65A; }
span { border-color: rgb(175,198,90); }
td.TdClassName
{
border-color: #AFC65A;
}
.TagClassName
{
border-color: #AFC65A;
}
</style>