Shades of Green Yellow #A8F13F
Tints of Green Yellow #A8F13F
RGB
CMYK
RGB Variations
Color information
#A8F13F (or 0xA8F13F) is known color: Green Yellow. HEX triplet: A8, F1 and 3F. RGB value is (168,241,63). Sum of RGB (Red+Green+Blue) = 168+241+63=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 241 (94.53% from 255 or 51.06% from 472); Blue value is 63 (25% from 255 or 13.35% from 472); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F13F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F13F is #570EC0. Grayscale: #C7C7C7. Windows color (decimal): -5705409 or 4190632. OLE color: 4190632.
HSL color Cylindrical-coordinate representation of color #A8F13F: hue angle of 84.61º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8F13F is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 63 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.05 |
| HSL | 84.61º | 0.86% | 0.6% | - |
| HSV(B) | 84.61º | 0.74% | 0.95% | - |
| XYZ | 48.5 | 71.59 | 15.97 | - |
| YUV | 198.88 | 51.32 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 63 | 0.30 | 0 | 0.74 | 0.05 | 84.61 | 0.86 | 0.6 |
| Hex | A8 | F1 | 3F | 1E | 0 | 4A | 5 | 55 | 56 | 3C |
| Octal | 250 | 361 | 77 | 36 | 0 | 112 | 5 | 125 | 126 | 74 |
| Binary | 10101000 | 11110001 | 111111 | 11110 | 0 | 1001010 | 101 | 1010101 | 1010110 | 111100 |
Color Harmonies of #A8F13F
Complementary color
Monochromatic Colors of #A8F13F
Black with #A8F13F
Text Example
Text Example
White with #A8F13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F13F; }
p { color: rgb(168,241,63); }
H1.HeaderClassName
{
color: #A8F13F;
}
.AnyTagClassName
{
color: #A8F13F;
}
</style>
background-color css
<style>
a { background-color: #A8F13F; }
a { background-color: rgb(168,241,63); }
div.DivClassName
{
background-color: #A8F13F;
}
.BgClassName
{
background-color: #A8F13F;
}
</style>
border-color css
<style>
span { border-color: #A8F13F; }
span { border-color: rgb(168,241,63); }
td.TdClassName
{
border-color: #A8F13F;
}
.TagClassName
{
border-color: #A8F13F;
}
</style>