Shades of Green Yellow #AAF138
Tints of Green Yellow #AAF138
RGB
CMYK
RGB Variations
Color information
#AAF138 (or 0xAAF138) is known color: Green Yellow. HEX triplet: AA, F1 and 38. RGB value is (170,241,56). Sum of RGB (Red+Green+Blue) = 170+241+56=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 241 (94.53% from 255 or 51.61% from 467); Blue value is 56 (22.27% from 255 or 11.99% from 467); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF138 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF138 is #550EC7. Grayscale: #C7C7C7. Windows color (decimal): -5574344 or 3731882. OLE color: 3731882.
HSL color Cylindrical-coordinate representation of color #AAF138: hue angle of 83.03º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAF138 is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 56 | - |
| CMYK | 0.29 | 0 | 0.77 | 0.05 |
| HSL | 83.03º | 0.87% | 0.58% | - |
| HSV(B) | 83.03º | 0.77% | 0.95% | - |
| XYZ | 48.75 | 71.74 | 15.02 | - |
| YUV | 198.68 | 47.48 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 56 | 0.29 | 0 | 0.77 | 0.05 | 83.03 | 0.87 | 0.58 |
| Hex | AA | F1 | 38 | 1D | 0 | 4D | 5 | 53 | 57 | 3A |
| Octal | 252 | 361 | 70 | 35 | 0 | 115 | 5 | 123 | 127 | 72 |
| Binary | 10101010 | 11110001 | 111000 | 11101 | 0 | 1001101 | 101 | 1010011 | 1010111 | 111010 |
Color Harmonies of #AAF138
Complementary color
Monochromatic Colors of #AAF138
Black with #AAF138
Text Example
Text Example
White with #AAF138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF138; }
p { color: rgb(170,241,56); }
H1.HeaderClassName
{
color: #AAF138;
}
.AnyTagClassName
{
color: #AAF138;
}
</style>
background-color css
<style>
a { background-color: #AAF138; }
a { background-color: rgb(170,241,56); }
div.DivClassName
{
background-color: #AAF138;
}
.BgClassName
{
background-color: #AAF138;
}
</style>
border-color css
<style>
span { border-color: #AAF138; }
span { border-color: rgb(170,241,56); }
td.TdClassName
{
border-color: #AAF138;
}
.TagClassName
{
border-color: #AAF138;
}
</style>