Shades of Green Yellow #AAFF25
Tints of Green Yellow #AAFF25
RGB
CMYK
RGB Variations
Color information
#AAFF25 (or 0xAAFF25) is known color: Green Yellow. HEX triplet: AA, FF and 25. RGB value is (170,255,37). Sum of RGB (Red+Green+Blue) = 170+255+37=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 255 (100% from 255 or 55.19% from 462); Blue value is 37 (14.84% from 255 or 8.01% from 462); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF25 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFF25 is #5500DA. Grayscale: #CDCDCD. Windows color (decimal): -5570779 or 2490282. OLE color: 2490282.
HSL color Cylindrical-coordinate representation of color #AAFF25: hue angle of 83.39º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAFF25 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 37 | - |
| CMYK | 0.33 | 0 | 0.85 | 0 |
| HSL | 83.39º | 1% | 0.57% | - |
| HSV(B) | 83.39º | 0.85% | 1% | - |
| XYZ | 52.67 | 80.2 | 14.45 | - |
| YUV | 204.73 | 33.34 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 37 | 0.33 | 0 | 0.85 | 0 | 83.39 | 1 | 0.57 |
| Hex | AA | FF | 25 | 21 | 0 | 55 | 0 | 53 | 64 | 39 |
| Octal | 252 | 377 | 45 | 41 | 0 | 125 | 0 | 123 | 144 | 71 |
| Binary | 10101010 | 11111111 | 100101 | 100001 | 0 | 1010101 | 0 | 1010011 | 1100100 | 111001 |
Color Harmonies of #AAFF25
Complementary color
Monochromatic Colors of #AAFF25
Black with #AAFF25
Text Example
Text Example
White with #AAFF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF25; }
p { color: rgb(170,255,37); }
H1.HeaderClassName
{
color: #AAFF25;
}
.AnyTagClassName
{
color: #AAFF25;
}
</style>
background-color css
<style>
a { background-color: #AAFF25; }
a { background-color: rgb(170,255,37); }
div.DivClassName
{
background-color: #AAFF25;
}
.BgClassName
{
background-color: #AAFF25;
}
</style>
border-color css
<style>
span { border-color: #AAFF25; }
span { border-color: rgb(170,255,37); }
td.TdClassName
{
border-color: #AAFF25;
}
.TagClassName
{
border-color: #AAFF25;
}
</style>