Shades of Green Yellow #A2FB1C
Tints of Green Yellow #A2FB1C
RGB
CMYK
RGB Variations
Color information
#A2FB1C (or 0xA2FB1C) is known color: Green Yellow. HEX triplet: A2, FB and 1C. RGB value is (162,251,28). Sum of RGB (Red+Green+Blue) = 162+251+28=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 251 (98.44% from 255 or 56.92% from 441); Blue value is 28 (11.33% from 255 or 6.35% from 441); Max value from RGB is 251 - color contains mainly: green. Hex color #A2FB1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2FB1C is #5D04E3. Grayscale: #C7C7C7. Windows color (decimal): -6096100 or 1899426. OLE color: 1899426.
HSL color Cylindrical-coordinate representation of color #A2FB1C: hue angle of 83.95º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2FB1C is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 251 | 28 | - |
| CMYK | 0.35 | 0 | 0.89 | 0.02 |
| HSL | 83.95º | 0.97% | 0.55% | - |
| HSV(B) | 83.95º | 0.89% | 0.98% | - |
| XYZ | 49.61 | 76.76 | 13.3 | - |
| YUV | 198.97 | 31.51 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 251 | 28 | 0.35 | 0 | 0.89 | 0.02 | 83.95 | 0.97 | 0.55 |
| Hex | A2 | FB | 1C | 23 | 0 | 59 | 2 | 54 | 61 | 37 |
| Octal | 242 | 373 | 34 | 43 | 0 | 131 | 2 | 124 | 141 | 67 |
| Binary | 10100010 | 11111011 | 11100 | 100011 | 0 | 1011001 | 10 | 1010100 | 1100001 | 110111 |
Color Harmonies of #A2FB1C
Complementary color
Monochromatic Colors of #A2FB1C
Black with #A2FB1C
Text Example
Text Example
White with #A2FB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FB1C; }
p { color: rgb(162,251,28); }
H1.HeaderClassName
{
color: #A2FB1C;
}
.AnyTagClassName
{
color: #A2FB1C;
}
</style>
background-color css
<style>
a { background-color: #A2FB1C; }
a { background-color: rgb(162,251,28); }
div.DivClassName
{
background-color: #A2FB1C;
}
.BgClassName
{
background-color: #A2FB1C;
}
</style>
border-color css
<style>
span { border-color: #A2FB1C; }
span { border-color: rgb(162,251,28); }
td.TdClassName
{
border-color: #A2FB1C;
}
.TagClassName
{
border-color: #A2FB1C;
}
</style>