Shades of Green Yellow #AAFF3D
Tints of Green Yellow #AAFF3D
RGB
CMYK
RGB Variations
Color information
#AAFF3D (or 0xAAFF3D) is known color: Green Yellow. HEX triplet: AA, FF and 3D. RGB value is (170,255,61). Sum of RGB (Red+Green+Blue) = 170+255+61=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 61 (24.22% from 255 or 12.55% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF3D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFF3D is #5500C2. Grayscale: #D0D0D0. Windows color (decimal): -5570755 or 4063146. OLE color: 4063146.
HSL color Cylindrical-coordinate representation of color #AAFF3D: hue angle of 86.29º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AAFF3D is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 61 | - |
| CMYK | 0.33 | 0 | 0.76 | 0 |
| HSL | 86.29º | 1% | 0.62% | - |
| HSV(B) | 86.29º | 0.76% | 1% | - |
| XYZ | 53.18 | 80.4 | 17.13 | - |
| YUV | 207.47 | 45.34 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 61 | 0.33 | 0 | 0.76 | 0 | 86.29 | 1 | 0.62 |
| Hex | AA | FF | 3D | 21 | 0 | 4C | 0 | 56 | 64 | 3E |
| Octal | 252 | 377 | 75 | 41 | 0 | 114 | 0 | 126 | 144 | 76 |
| Binary | 10101010 | 11111111 | 111101 | 100001 | 0 | 1001100 | 0 | 1010110 | 1100100 | 111110 |
Color Harmonies of #AAFF3D
Complementary color
Monochromatic Colors of #AAFF3D
Black with #AAFF3D
Text Example
Text Example
White with #AAFF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF3D; }
p { color: rgb(170,255,61); }
H1.HeaderClassName
{
color: #AAFF3D;
}
.AnyTagClassName
{
color: #AAFF3D;
}
</style>
background-color css
<style>
a { background-color: #AAFF3D; }
a { background-color: rgb(170,255,61); }
div.DivClassName
{
background-color: #AAFF3D;
}
.BgClassName
{
background-color: #AAFF3D;
}
</style>
border-color css
<style>
span { border-color: #AAFF3D; }
span { border-color: rgb(170,255,61); }
td.TdClassName
{
border-color: #AAFF3D;
}
.TagClassName
{
border-color: #AAFF3D;
}
</style>