Shades of Celery #A5C34A
Tints of Celery #A5C34A
RGB
CMYK
RGB Variations
Color information
#A5C34A (or 0xA5C34A) is known color: Celery. HEX triplet: A5, C3 and 4A. RGB value is (165,195,74). Sum of RGB (Red+Green+Blue) = 165+195+74=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C34A is #5A3CB5. Grayscale: #ACACAC. Windows color (decimal): -5913782 or 4899749. OLE color: 4899749.
HSL color Cylindrical-coordinate representation of color #A5C34A: hue angle of 74.88º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5C34A is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 195 | 74 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.24 |
| HSL | 74.88º | 0.5% | 0.53% | - |
| HSV(B) | 74.88º | 0.62% | 0.76% | - |
| XYZ | 36.27 | 47.52 | 13.74 | - |
| YUV | 172.24 | 72.56 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 195 | 74 | 0.15 | 0 | 0.62 | 0.24 | 74.88 | 0.5 | 0.53 |
| Hex | A5 | C3 | 4A | F | 0 | 3E | 18 | 4B | 32 | 35 |
| Octal | 245 | 303 | 112 | 17 | 0 | 76 | 30 | 113 | 62 | 65 |
| Binary | 10100101 | 11000011 | 1001010 | 1111 | 0 | 111110 | 11000 | 1001011 | 110010 | 110101 |
Color Harmonies of #A5C34A
Complementary color
Monochromatic Colors of #A5C34A
Black with #A5C34A
Text Example
Text Example
White with #A5C34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C34A; }
p { color: rgb(165,195,74); }
H1.HeaderClassName
{
color: #A5C34A;
}
.AnyTagClassName
{
color: #A5C34A;
}
</style>
background-color css
<style>
a { background-color: #A5C34A; }
a { background-color: rgb(165,195,74); }
div.DivClassName
{
background-color: #A5C34A;
}
.BgClassName
{
background-color: #A5C34A;
}
</style>
border-color css
<style>
span { border-color: #A5C34A; }
span { border-color: rgb(165,195,74); }
td.TdClassName
{
border-color: #A5C34A;
}
.TagClassName
{
border-color: #A5C34A;
}
</style>