Shades of Yellow Green #AACF30
Tints of Yellow Green #AACF30
RGB
CMYK
RGB Variations
Color information
#AACF30 (or 0xAACF30) is known color: Yellow Green. HEX triplet: AA, CF and 30. RGB value is (170,207,48). Sum of RGB (Red+Green+Blue) = 170+207+48=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 48 (19.14% from 255 or 11.29% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACF30 is #5530CF. Grayscale: #B2B2B2. Windows color (decimal): -5583056 or 3198890. OLE color: 3198890.
HSL color Cylindrical-coordinate representation of color #AACF30: hue angle of 73.96º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AACF30 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 48 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.19 |
| HSL | 73.96º | 0.62% | 0.5% | - |
| HSV(B) | 73.96º | 0.77% | 0.81% | - |
| XYZ | 39.42 | 53.39 | 11.02 | - |
| YUV | 177.81 | 54.74 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 48 | 0.18 | 0 | 0.77 | 0.19 | 73.96 | 0.62 | 0.5 |
| Hex | AA | CF | 30 | 12 | 0 | 4D | 13 | 4A | 3E | 32 |
| Octal | 252 | 317 | 60 | 22 | 0 | 115 | 23 | 112 | 76 | 62 |
| Binary | 10101010 | 11001111 | 110000 | 10010 | 0 | 1001101 | 10011 | 1001010 | 111110 | 110010 |
Color Harmonies of #AACF30
Complementary color
Monochromatic Colors of #AACF30
Black with #AACF30
Text Example
Text Example
White with #AACF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACF30; }
p { color: rgb(170,207,48); }
H1.HeaderClassName
{
color: #AACF30;
}
.AnyTagClassName
{
color: #AACF30;
}
</style>
background-color css
<style>
a { background-color: #AACF30; }
a { background-color: rgb(170,207,48); }
div.DivClassName
{
background-color: #AACF30;
}
.BgClassName
{
background-color: #AACF30;
}
</style>
border-color css
<style>
span { border-color: #AACF30; }
span { border-color: rgb(170,207,48); }
td.TdClassName
{
border-color: #AACF30;
}
.TagClassName
{
border-color: #AACF30;
}
</style>