Shades of Green Yellow #AAFF36
Tints of Green Yellow #AAFF36
RGB
CMYK
RGB Variations
Color information
#AAFF36 (or 0xAAFF36) is known color: Green Yellow. HEX triplet: AA, FF and 36. RGB value is (170,255,54). Sum of RGB (Red+Green+Blue) = 170+255+54=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 54 (21.48% from 255 or 11.27% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF36 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFF36 is #5500C9. Grayscale: #CFCFCF. Windows color (decimal): -5570762 or 3604394. OLE color: 3604394.
HSL color Cylindrical-coordinate representation of color #AAFF36: hue angle of 85.37º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAFF36 is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 54 | - |
| CMYK | 0.33 | 0 | 0.79 | 0 |
| HSL | 85.37º | 1% | 0.61% | - |
| HSV(B) | 85.37º | 0.79% | 1% | - |
| XYZ | 53 | 80.33 | 16.2 | - |
| YUV | 206.67 | 41.84 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 54 | 0.33 | 0 | 0.79 | 0 | 85.37 | 1 | 0.61 |
| Hex | AA | FF | 36 | 21 | 0 | 4F | 0 | 55 | 64 | 3D |
| Octal | 252 | 377 | 66 | 41 | 0 | 117 | 0 | 125 | 144 | 75 |
| Binary | 10101010 | 11111111 | 110110 | 100001 | 0 | 1001111 | 0 | 1010101 | 1100100 | 111101 |
Color Harmonies of #AAFF36
Complementary color
Monochromatic Colors of #AAFF36
Black with #AAFF36
Text Example
Text Example
White with #AAFF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF36; }
p { color: rgb(170,255,54); }
H1.HeaderClassName
{
color: #AAFF36;
}
.AnyTagClassName
{
color: #AAFF36;
}
</style>
background-color css
<style>
a { background-color: #AAFF36; }
a { background-color: rgb(170,255,54); }
div.DivClassName
{
background-color: #AAFF36;
}
.BgClassName
{
background-color: #AAFF36;
}
</style>
border-color css
<style>
span { border-color: #AAFF36; }
span { border-color: rgb(170,255,54); }
td.TdClassName
{
border-color: #AAFF36;
}
.TagClassName
{
border-color: #AAFF36;
}
</style>