Shades of Green Yellow #A8F346
Tints of Green Yellow #A8F346
RGB
CMYK
RGB Variations
Color information
#A8F346 (or 0xA8F346) is known color: Green Yellow. HEX triplet: A8, F3 and 46. RGB value is (168,243,70). Sum of RGB (Red+Green+Blue) = 168+243+70=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 70 (27.73% from 255 or 14.55% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F346 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F346 is #570CB9. Grayscale: #C9C9C9. Windows color (decimal): -5704890 or 4649896. OLE color: 4649896.
HSL color Cylindrical-coordinate representation of color #A8F346: hue angle of 86.01º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8F346 is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 243 | 70 | - |
| CMYK | 0.31 | 0 | 0.71 | 0.05 |
| HSL | 86.01º | 0.88% | 0.61% | - |
| HSV(B) | 86.01º | 0.71% | 0.95% | - |
| XYZ | 49.3 | 72.87 | 17.26 | - |
| YUV | 200.85 | 54.15 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 243 | 70 | 0.31 | 0 | 0.71 | 0.05 | 86.01 | 0.88 | 0.61 |
| Hex | A8 | F3 | 46 | 1F | 0 | 47 | 5 | 56 | 58 | 3D |
| Octal | 250 | 363 | 106 | 37 | 0 | 107 | 5 | 126 | 130 | 75 |
| Binary | 10101000 | 11110011 | 1000110 | 11111 | 0 | 1000111 | 101 | 1010110 | 1011000 | 111101 |
Color Harmonies of #A8F346
Complementary color
Monochromatic Colors of #A8F346
Black with #A8F346
Text Example
Text Example
White with #A8F346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F346; }
p { color: rgb(168,243,70); }
H1.HeaderClassName
{
color: #A8F346;
}
.AnyTagClassName
{
color: #A8F346;
}
</style>
background-color css
<style>
a { background-color: #A8F346; }
a { background-color: rgb(168,243,70); }
div.DivClassName
{
background-color: #A8F346;
}
.BgClassName
{
background-color: #A8F346;
}
</style>
border-color css
<style>
span { border-color: #A8F346; }
span { border-color: rgb(168,243,70); }
td.TdClassName
{
border-color: #A8F346;
}
.TagClassName
{
border-color: #A8F346;
}
</style>