Shades of Celery #ADC25A
Tints of Celery #ADC25A
RGB
CMYK
RGB Variations
Color information
#ADC25A (or 0xADC25A) is known color: Celery. HEX triplet: AD, C2 and 5A. RGB value is (173,194,90). Sum of RGB (Red+Green+Blue) = 173+194+90=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC25A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC25A is #523DA5. Grayscale: #B0B0B0. Windows color (decimal): -5389734 or 5948077. OLE color: 5948077.
HSL color Cylindrical-coordinate representation of color #ADC25A: hue angle of 72.12º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADC25A is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 90 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.24 |
| HSL | 72.12º | 0.46% | 0.56% | - |
| HSV(B) | 72.12º | 0.54% | 0.76% | - |
| XYZ | 38.37 | 48.21 | 16.96 | - |
| YUV | 175.87 | 79.54 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 90 | 0.11 | 0 | 0.54 | 0.24 | 72.12 | 0.46 | 0.56 |
| Hex | AD | C2 | 5A | B | 0 | 36 | 18 | 48 | 2E | 38 |
| Octal | 255 | 302 | 132 | 13 | 0 | 66 | 30 | 110 | 56 | 70 |
| Binary | 10101101 | 11000010 | 1011010 | 1011 | 0 | 110110 | 11000 | 1001000 | 101110 | 111000 |
Color Harmonies of #ADC25A
Complementary color
Monochromatic Colors of #ADC25A
Black with #ADC25A
Text Example
Text Example
White with #ADC25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC25A; }
p { color: rgb(173,194,90); }
H1.HeaderClassName
{
color: #ADC25A;
}
.AnyTagClassName
{
color: #ADC25A;
}
</style>
background-color css
<style>
a { background-color: #ADC25A; }
a { background-color: rgb(173,194,90); }
div.DivClassName
{
background-color: #ADC25A;
}
.BgClassName
{
background-color: #ADC25A;
}
</style>
border-color css
<style>
span { border-color: #ADC25A; }
span { border-color: rgb(173,194,90); }
td.TdClassName
{
border-color: #ADC25A;
}
.TagClassName
{
border-color: #ADC25A;
}
</style>