Shades of Yellow Green #AACF2D
Tints of Yellow Green #AACF2D
RGB
CMYK
RGB Variations
Color information
#AACF2D (or 0xAACF2D) is known color: Yellow Green. HEX triplet: AA, CF and 2D. RGB value is (170,207,45). Sum of RGB (Red+Green+Blue) = 170+207+45=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACF2D is #5530D2. Grayscale: #B2B2B2. Windows color (decimal): -5583059 or 3002282. OLE color: 3002282.
HSL color Cylindrical-coordinate representation of color #AACF2D: hue angle of 73.7º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AACF2D is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 45 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.19 |
| HSL | 73.7º | 0.64% | 0.49% | - |
| HSV(B) | 73.7º | 0.78% | 0.81% | - |
| XYZ | 39.36 | 53.36 | 10.71 | - |
| YUV | 177.47 | 53.24 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 45 | 0.18 | 0 | 0.78 | 0.19 | 73.7 | 0.64 | 0.49 |
| Hex | AA | CF | 2D | 12 | 0 | 4E | 13 | 4A | 40 | 31 |
| Octal | 252 | 317 | 55 | 22 | 0 | 116 | 23 | 112 | 100 | 61 |
| Binary | 10101010 | 11001111 | 101101 | 10010 | 0 | 1001110 | 10011 | 1001010 | 1000000 | 110001 |
Color Harmonies of #AACF2D
Complementary color
Monochromatic Colors of #AACF2D
Black with #AACF2D
Text Example
Text Example
White with #AACF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACF2D; }
p { color: rgb(170,207,45); }
H1.HeaderClassName
{
color: #AACF2D;
}
.AnyTagClassName
{
color: #AACF2D;
}
</style>
background-color css
<style>
a { background-color: #AACF2D; }
a { background-color: rgb(170,207,45); }
div.DivClassName
{
background-color: #AACF2D;
}
.BgClassName
{
background-color: #AACF2D;
}
</style>
border-color css
<style>
span { border-color: #AACF2D; }
span { border-color: rgb(170,207,45); }
td.TdClassName
{
border-color: #AACF2D;
}
.TagClassName
{
border-color: #AACF2D;
}
</style>