Shades of Celery #AAC74B
Tints of Celery #AAC74B
RGB
CMYK
RGB Variations
Color information
#AAC74B (or 0xAAC74B) is known color: Celery. HEX triplet: AA, C7 and 4B. RGB value is (170,199,75). Sum of RGB (Red+Green+Blue) = 170+199+75=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 199 (78.12% from 255 or 44.82% from 444); Blue value is 75 (29.69% from 255 or 16.89% from 444); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC74B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC74B is #5538B4. Grayscale: #B0B0B0. Windows color (decimal): -5585077 or 4966314. OLE color: 4966314.
HSL color Cylindrical-coordinate representation of color #AAC74B: hue angle of 74.03º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAC74B is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 75 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.22 |
| HSL | 74.03º | 0.53% | 0.54% | - |
| HSV(B) | 74.03º | 0.62% | 0.78% | - |
| XYZ | 38.27 | 49.9 | 14.27 | - |
| YUV | 176.19 | 70.89 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 75 | 0.15 | 0 | 0.62 | 0.22 | 74.03 | 0.53 | 0.54 |
| Hex | AA | C7 | 4B | F | 0 | 3E | 16 | 4A | 35 | 36 |
| Octal | 252 | 307 | 113 | 17 | 0 | 76 | 26 | 112 | 65 | 66 |
| Binary | 10101010 | 11000111 | 1001011 | 1111 | 0 | 111110 | 10110 | 1001010 | 110101 | 110110 |
Color Harmonies of #AAC74B
Complementary color
Monochromatic Colors of #AAC74B
Black with #AAC74B
Text Example
Text Example
White with #AAC74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC74B; }
p { color: rgb(170,199,75); }
H1.HeaderClassName
{
color: #AAC74B;
}
.AnyTagClassName
{
color: #AAC74B;
}
</style>
background-color css
<style>
a { background-color: #AAC74B; }
a { background-color: rgb(170,199,75); }
div.DivClassName
{
background-color: #AAC74B;
}
.BgClassName
{
background-color: #AAC74B;
}
</style>
border-color css
<style>
span { border-color: #AAC74B; }
span { border-color: rgb(170,199,75); }
td.TdClassName
{
border-color: #AAC74B;
}
.TagClassName
{
border-color: #AAC74B;
}
</style>