Shades of Green Yellow #AAFF38
Tints of Green Yellow #AAFF38
RGB
CMYK
RGB Variations
Color information
#AAFF38 (or 0xAAFF38) is known color: Green Yellow. HEX triplet: AA, FF and 38. RGB value is (170,255,56). Sum of RGB (Red+Green+Blue) = 170+255+56=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 56 (22.27% from 255 or 11.64% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF38 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFF38 is #5500C7. Grayscale: #CFCFCF. Windows color (decimal): -5570760 or 3735466. OLE color: 3735466.
HSL color Cylindrical-coordinate representation of color #AAFF38: hue angle of 85.63º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AAFF38 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 56 | - |
| CMYK | 0.33 | 0 | 0.78 | 0 |
| HSL | 85.63º | 1% | 0.61% | - |
| HSV(B) | 85.63º | 0.78% | 1% | - |
| XYZ | 53.05 | 80.35 | 16.45 | - |
| YUV | 206.9 | 42.84 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 56 | 0.33 | 0 | 0.78 | 0 | 85.63 | 1 | 0.61 |
| Hex | AA | FF | 38 | 21 | 0 | 4E | 0 | 56 | 64 | 3D |
| Octal | 252 | 377 | 70 | 41 | 0 | 116 | 0 | 126 | 144 | 75 |
| Binary | 10101010 | 11111111 | 111000 | 100001 | 0 | 1001110 | 0 | 1010110 | 1100100 | 111101 |
Color Harmonies of #AAFF38
Complementary color
Monochromatic Colors of #AAFF38
Black with #AAFF38
Text Example
Text Example
White with #AAFF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF38; }
p { color: rgb(170,255,56); }
H1.HeaderClassName
{
color: #AAFF38;
}
.AnyTagClassName
{
color: #AAFF38;
}
</style>
background-color css
<style>
a { background-color: #AAFF38; }
a { background-color: rgb(170,255,56); }
div.DivClassName
{
background-color: #AAFF38;
}
.BgClassName
{
background-color: #AAFF38;
}
</style>
border-color css
<style>
span { border-color: #AAFF38; }
span { border-color: rgb(170,255,56); }
td.TdClassName
{
border-color: #AAFF38;
}
.TagClassName
{
border-color: #AAFF38;
}
</style>