Shades of Celery #A5C55D
Tints of Celery #A5C55D
RGB
CMYK
RGB Variations
Color information
#A5C55D (or 0xA5C55D) is known color: Celery. HEX triplet: A5, C5 and 5D. RGB value is (165,197,93). Sum of RGB (Red+Green+Blue) = 165+197+93=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C55D is #5A3AA2. Grayscale: #AFAFAF. Windows color (decimal): -5913251 or 6145445. OLE color: 6145445.
HSL color Cylindrical-coordinate representation of color #A5C55D: hue angle of 78.46º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5C55D is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 197 | 93 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.23 |
| HSL | 78.46º | 0.47% | 0.57% | - |
| HSV(B) | 78.46º | 0.53% | 0.77% | - |
| XYZ | 37.46 | 48.72 | 17.79 | - |
| YUV | 175.58 | 81.4 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 197 | 93 | 0.16 | 0 | 0.53 | 0.23 | 78.46 | 0.47 | 0.57 |
| Hex | A5 | C5 | 5D | 10 | 0 | 35 | 17 | 4E | 2F | 39 |
| Octal | 245 | 305 | 135 | 20 | 0 | 65 | 27 | 116 | 57 | 71 |
| Binary | 10100101 | 11000101 | 1011101 | 10000 | 0 | 110101 | 10111 | 1001110 | 101111 | 111001 |
Color Harmonies of #A5C55D
Complementary color
Monochromatic Colors of #A5C55D
Black with #A5C55D
Text Example
Text Example
White with #A5C55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C55D; }
p { color: rgb(165,197,93); }
H1.HeaderClassName
{
color: #A5C55D;
}
.AnyTagClassName
{
color: #A5C55D;
}
</style>
background-color css
<style>
a { background-color: #A5C55D; }
a { background-color: rgb(165,197,93); }
div.DivClassName
{
background-color: #A5C55D;
}
.BgClassName
{
background-color: #A5C55D;
}
</style>
border-color css
<style>
span { border-color: #A5C55D; }
span { border-color: rgb(165,197,93); }
td.TdClassName
{
border-color: #A5C55D;
}
.TagClassName
{
border-color: #A5C55D;
}
</style>