Shades of Green Yellow #A8F61B
Tints of Green Yellow #A8F61B
RGB
CMYK
RGB Variations
Color information
#A8F61B (or 0xA8F61B) is known color: Green Yellow. HEX triplet: A8, F6 and 1B. RGB value is (168,246,27). Sum of RGB (Red+Green+Blue) = 168+246+27=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 246 (96.48% from 255 or 55.78% from 441); Blue value is 27 (10.94% from 255 or 6.12% from 441); Max value from RGB is 246 - color contains mainly: green. Hex color #A8F61B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F61B is #5709E4. Grayscale: #C6C6C6. Windows color (decimal): -5704165 or 1832616. OLE color: 1832616.
HSL color Cylindrical-coordinate representation of color #A8F61B: hue angle of 81.37º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8F61B is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 246 | 27 | - |
| CMYK | 0.32 | 0 | 0.89 | 0.04 |
| HSL | 81.37º | 0.92% | 0.54% | - |
| HSV(B) | 81.37º | 0.89% | 0.96% | - |
| XYZ | 49.3 | 74.32 | 12.78 | - |
| YUV | 197.71 | 31.66 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 246 | 27 | 0.32 | 0 | 0.89 | 0.04 | 81.37 | 0.92 | 0.54 |
| Hex | A8 | F6 | 1B | 20 | 0 | 59 | 4 | 51 | 5C | 36 |
| Octal | 250 | 366 | 33 | 40 | 0 | 131 | 4 | 121 | 134 | 66 |
| Binary | 10101000 | 11110110 | 11011 | 100000 | 0 | 1011001 | 100 | 1010001 | 1011100 | 110110 |
Color Harmonies of #A8F61B
Complementary color
Monochromatic Colors of #A8F61B
Black with #A8F61B
Text Example
Text Example
White with #A8F61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F61B; }
p { color: rgb(168,246,27); }
H1.HeaderClassName
{
color: #A8F61B;
}
.AnyTagClassName
{
color: #A8F61B;
}
</style>
background-color css
<style>
a { background-color: #A8F61B; }
a { background-color: rgb(168,246,27); }
div.DivClassName
{
background-color: #A8F61B;
}
.BgClassName
{
background-color: #A8F61B;
}
</style>
border-color css
<style>
span { border-color: #A8F61B; }
span { border-color: rgb(168,246,27); }
td.TdClassName
{
border-color: #A8F61B;
}
.TagClassName
{
border-color: #A8F61B;
}
</style>