Shades of Green Yellow #A5F221
Tints of Green Yellow #A5F221
RGB
CMYK
RGB Variations
Color information
#A5F221 (or 0xA5F221) is known color: Green Yellow. HEX triplet: A5, F2 and 21. RGB value is (165,242,33). Sum of RGB (Red+Green+Blue) = 165+242+33=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 242 (94.92% from 255 or 55% from 440); Blue value is 33 (13.28% from 255 or 7.5% from 440); Max value from RGB is 242 - color contains mainly: green. Hex color #A5F221 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F221 is #5A0DDE. Grayscale: #C3C3C3. Windows color (decimal): -5901791 or 2224805. OLE color: 2224805.
HSL color Cylindrical-coordinate representation of color #A5F221: hue angle of 82.11º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A5F221 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 242 | 33 | - |
| CMYK | 0.32 | 0 | 0.86 | 0.05 |
| HSL | 82.11º | 0.89% | 0.54% | - |
| HSV(B) | 82.11º | 0.86% | 0.95% | - |
| XYZ | 47.54 | 71.61 | 12.76 | - |
| YUV | 195.15 | 36.49 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 242 | 33 | 0.32 | 0 | 0.86 | 0.05 | 82.11 | 0.89 | 0.54 |
| Hex | A5 | F2 | 21 | 20 | 0 | 56 | 5 | 52 | 59 | 36 |
| Octal | 245 | 362 | 41 | 40 | 0 | 126 | 5 | 122 | 131 | 66 |
| Binary | 10100101 | 11110010 | 100001 | 100000 | 0 | 1010110 | 101 | 1010010 | 1011001 | 110110 |
Color Harmonies of #A5F221
Complementary color
Monochromatic Colors of #A5F221
Black with #A5F221
Text Example
Text Example
White with #A5F221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F221; }
p { color: rgb(165,242,33); }
H1.HeaderClassName
{
color: #A5F221;
}
.AnyTagClassName
{
color: #A5F221;
}
</style>
background-color css
<style>
a { background-color: #A5F221; }
a { background-color: rgb(165,242,33); }
div.DivClassName
{
background-color: #A5F221;
}
.BgClassName
{
background-color: #A5F221;
}
</style>
border-color css
<style>
span { border-color: #A5F221; }
span { border-color: rgb(165,242,33); }
td.TdClassName
{
border-color: #A5F221;
}
.TagClassName
{
border-color: #A5F221;
}
</style>