Shades of Celery #A8CA4B
Tints of Celery #A8CA4B
RGB
CMYK
RGB Variations
Color information
#A8CA4B (or 0xA8CA4B) is known color: Celery. HEX triplet: A8, CA and 4B. RGB value is (168,202,75). Sum of RGB (Red+Green+Blue) = 168+202+75=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 75 (29.69% from 255 or 16.85% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CA4B is #5735B4. Grayscale: #B1B1B1. Windows color (decimal): -5715381 or 4967080. OLE color: 4967080.
HSL color Cylindrical-coordinate representation of color #A8CA4B: hue angle of 76.06º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8CA4B is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 75 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.21 |
| HSL | 76.06º | 0.55% | 0.54% | - |
| HSV(B) | 76.06º | 0.63% | 0.79% | - |
| XYZ | 38.54 | 51.07 | 14.48 | - |
| YUV | 177.36 | 70.24 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 75 | 0.17 | 0 | 0.63 | 0.21 | 76.06 | 0.55 | 0.54 |
| Hex | A8 | CA | 4B | 11 | 0 | 3F | 15 | 4C | 37 | 36 |
| Octal | 250 | 312 | 113 | 21 | 0 | 77 | 25 | 114 | 67 | 66 |
| Binary | 10101000 | 11001010 | 1001011 | 10001 | 0 | 111111 | 10101 | 1001100 | 110111 | 110110 |
Color Harmonies of #A8CA4B
Complementary color
Monochromatic Colors of #A8CA4B
Black with #A8CA4B
Text Example
Text Example
White with #A8CA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA4B; }
p { color: rgb(168,202,75); }
H1.HeaderClassName
{
color: #A8CA4B;
}
.AnyTagClassName
{
color: #A8CA4B;
}
</style>
background-color css
<style>
a { background-color: #A8CA4B; }
a { background-color: rgb(168,202,75); }
div.DivClassName
{
background-color: #A8CA4B;
}
.BgClassName
{
background-color: #A8CA4B;
}
</style>
border-color css
<style>
span { border-color: #A8CA4B; }
span { border-color: rgb(168,202,75); }
td.TdClassName
{
border-color: #A8CA4B;
}
.TagClassName
{
border-color: #A8CA4B;
}
</style>