Shades of Green Yellow #A8F134
Tints of Green Yellow #A8F134
RGB
CMYK
RGB Variations
Color information
#A8F134 (or 0xA8F134) is known color: Green Yellow. HEX triplet: A8, F1 and 34. RGB value is (168,241,52). Sum of RGB (Red+Green+Blue) = 168+241+52=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 241 (94.53% from 255 or 52.28% from 461); Blue value is 52 (20.70% from 255 or 11.28% from 461); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F134 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F134 is #570ECB. Grayscale: #C6C6C6. Windows color (decimal): -5705420 or 3469736. OLE color: 3469736.
HSL color Cylindrical-coordinate representation of color #A8F134: hue angle of 83.17º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8F134 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 52 | - |
| CMYK | 0.30 | 0 | 0.78 | 0.05 |
| HSL | 83.17º | 0.87% | 0.57% | - |
| HSV(B) | 83.17º | 0.78% | 0.95% | - |
| XYZ | 48.22 | 71.48 | 14.5 | - |
| YUV | 197.63 | 45.82 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 52 | 0.30 | 0 | 0.78 | 0.05 | 83.17 | 0.87 | 0.57 |
| Hex | A8 | F1 | 34 | 1E | 0 | 4E | 5 | 53 | 57 | 39 |
| Octal | 250 | 361 | 64 | 36 | 0 | 116 | 5 | 123 | 127 | 71 |
| Binary | 10101000 | 11110001 | 110100 | 11110 | 0 | 1001110 | 101 | 1010011 | 1010111 | 111001 |
Color Harmonies of #A8F134
Complementary color
Monochromatic Colors of #A8F134
Black with #A8F134
Text Example
Text Example
White with #A8F134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F134; }
p { color: rgb(168,241,52); }
H1.HeaderClassName
{
color: #A8F134;
}
.AnyTagClassName
{
color: #A8F134;
}
</style>
background-color css
<style>
a { background-color: #A8F134; }
a { background-color: rgb(168,241,52); }
div.DivClassName
{
background-color: #A8F134;
}
.BgClassName
{
background-color: #A8F134;
}
</style>
border-color css
<style>
span { border-color: #A8F134; }
span { border-color: rgb(168,241,52); }
td.TdClassName
{
border-color: #A8F134;
}
.TagClassName
{
border-color: #A8F134;
}
</style>