Shades of Green Yellow #A8F13B
Tints of Green Yellow #A8F13B
RGB
CMYK
RGB Variations
Color information
#A8F13B (or 0xA8F13B) is known color: Green Yellow. HEX triplet: A8, F1 and 3B. RGB value is (168,241,59). Sum of RGB (Red+Green+Blue) = 168+241+59=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 241 (94.53% from 255 or 51.50% from 468); Blue value is 59 (23.44% from 255 or 12.61% from 468); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F13B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F13B is #570EC4. Grayscale: #C7C7C7. Windows color (decimal): -5705413 or 3928488. OLE color: 3928488.
HSL color Cylindrical-coordinate representation of color #A8F13B: hue angle of 84.07º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8F13B is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 59 | - |
| CMYK | 0.30 | 0 | 0.76 | 0.05 |
| HSL | 84.07º | 0.87% | 0.59% | - |
| HSV(B) | 84.07º | 0.76% | 0.95% | - |
| XYZ | 48.39 | 71.55 | 15.4 | - |
| YUV | 198.43 | 49.32 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 59 | 0.30 | 0 | 0.76 | 0.05 | 84.07 | 0.87 | 0.59 |
| Hex | A8 | F1 | 3B | 1E | 0 | 4C | 5 | 54 | 57 | 3B |
| Octal | 250 | 361 | 73 | 36 | 0 | 114 | 5 | 124 | 127 | 73 |
| Binary | 10101000 | 11110001 | 111011 | 11110 | 0 | 1001100 | 101 | 1010100 | 1010111 | 111011 |
Color Harmonies of #A8F13B
Complementary color
Monochromatic Colors of #A8F13B
Black with #A8F13B
Text Example
Text Example
White with #A8F13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F13B; }
p { color: rgb(168,241,59); }
H1.HeaderClassName
{
color: #A8F13B;
}
.AnyTagClassName
{
color: #A8F13B;
}
</style>
background-color css
<style>
a { background-color: #A8F13B; }
a { background-color: rgb(168,241,59); }
div.DivClassName
{
background-color: #A8F13B;
}
.BgClassName
{
background-color: #A8F13B;
}
</style>
border-color css
<style>
span { border-color: #A8F13B; }
span { border-color: rgb(168,241,59); }
td.TdClassName
{
border-color: #A8F13B;
}
.TagClassName
{
border-color: #A8F13B;
}
</style>