Shades of Celery #AFC03C
Tints of Celery #AFC03C
RGB
CMYK
RGB Variations
Color information
#AFC03C (or 0xAFC03C) is known color: Celery. HEX triplet: AF, C0 and 3C. RGB value is (175,192,60). Sum of RGB (Red+Green+Blue) = 175+192+60=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC03C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC03C is #503FC3. Grayscale: #ACACAC. Windows color (decimal): -5259204 or 3981487. OLE color: 3981487.
HSL color Cylindrical-coordinate representation of color #AFC03C: hue angle of 67.73º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFC03C is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 60 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.25 |
| HSL | 67.73º | 0.52% | 0.49% | - |
| HSV(B) | 67.73º | 0.69% | 0.75% | - |
| XYZ | 37.34 | 47.14 | 11.41 | - |
| YUV | 171.87 | 64.87 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 60 | 0.09 | 0 | 0.69 | 0.25 | 67.73 | 0.52 | 0.49 |
| Hex | AF | C0 | 3C | 9 | 0 | 45 | 19 | 44 | 34 | 31 |
| Octal | 257 | 300 | 74 | 11 | 0 | 105 | 31 | 104 | 64 | 61 |
| Binary | 10101111 | 11000000 | 111100 | 1001 | 0 | 1000101 | 11001 | 1000100 | 110100 | 110001 |
Color Harmonies of #AFC03C
Complementary color
Monochromatic Colors of #AFC03C
Black with #AFC03C
Text Example
Text Example
White with #AFC03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC03C; }
p { color: rgb(175,192,60); }
H1.HeaderClassName
{
color: #AFC03C;
}
.AnyTagClassName
{
color: #AFC03C;
}
</style>
background-color css
<style>
a { background-color: #AFC03C; }
a { background-color: rgb(175,192,60); }
div.DivClassName
{
background-color: #AFC03C;
}
.BgClassName
{
background-color: #AFC03C;
}
</style>
border-color css
<style>
span { border-color: #AFC03C; }
span { border-color: rgb(175,192,60); }
td.TdClassName
{
border-color: #AFC03C;
}
.TagClassName
{
border-color: #AFC03C;
}
</style>