Shades of Green Yellow #AAF238
Tints of Green Yellow #AAF238
RGB
CMYK
RGB Variations
Color information
#AAF238 (or 0xAAF238) is known color: Green Yellow. HEX triplet: AA, F2 and 38. RGB value is (170,242,56). Sum of RGB (Red+Green+Blue) = 170+242+56=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 56 (22.27% from 255 or 11.97% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF238 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF238 is #550DC7. Grayscale: #C7C7C7. Windows color (decimal): -5574088 or 3732138. OLE color: 3732138.
HSL color Cylindrical-coordinate representation of color #AAF238: hue angle of 83.23º degrees, saturation: 0.88, 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 #AAF238 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 56 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.05 |
| HSL | 83.23º | 0.88% | 0.58% | - |
| HSV(B) | 83.23º | 0.77% | 0.95% | - |
| XYZ | 49.04 | 72.34 | 15.12 | - |
| YUV | 199.27 | 47.15 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 56 | 0.30 | 0 | 0.77 | 0.05 | 83.23 | 0.88 | 0.58 |
| Hex | AA | F2 | 38 | 1E | 0 | 4D | 5 | 53 | 58 | 3A |
| Octal | 252 | 362 | 70 | 36 | 0 | 115 | 5 | 123 | 130 | 72 |
| Binary | 10101010 | 11110010 | 111000 | 11110 | 0 | 1001101 | 101 | 1010011 | 1011000 | 111010 |
Color Harmonies of #AAF238
Complementary color
Monochromatic Colors of #AAF238
Black with #AAF238
Text Example
Text Example
White with #AAF238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF238; }
p { color: rgb(170,242,56); }
H1.HeaderClassName
{
color: #AAF238;
}
.AnyTagClassName
{
color: #AAF238;
}
</style>
background-color css
<style>
a { background-color: #AAF238; }
a { background-color: rgb(170,242,56); }
div.DivClassName
{
background-color: #AAF238;
}
.BgClassName
{
background-color: #AAF238;
}
</style>
border-color css
<style>
span { border-color: #AAF238; }
span { border-color: rgb(170,242,56); }
td.TdClassName
{
border-color: #AAF238;
}
.TagClassName
{
border-color: #AAF238;
}
</style>