Shades of Green Yellow #A8FA38
Tints of Green Yellow #A8FA38
RGB
CMYK
RGB Variations
Color information
#A8FA38 (or 0xA8FA38) is known color: Green Yellow. HEX triplet: A8, FA and 38. RGB value is (168,250,56). Sum of RGB (Red+Green+Blue) = 168+250+56=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 250 (98.05% from 255 or 52.74% from 474); Blue value is 56 (22.27% from 255 or 11.81% from 474); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA38 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8FA38 is #5705C7. Grayscale: #CCCCCC. Windows color (decimal): -5703112 or 3734184. OLE color: 3734184.
HSL color Cylindrical-coordinate representation of color #A8FA38: hue angle of 85.36º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8FA38 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 56 | - |
| CMYK | 0.33 | 0 | 0.78 | 0.02 |
| HSL | 85.36º | 0.95% | 0.6% | - |
| HSV(B) | 85.36º | 0.78% | 0.98% | - |
| XYZ | 51.05 | 76.98 | 15.91 | - |
| YUV | 203.37 | 44.83 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 56 | 0.33 | 0 | 0.78 | 0.02 | 85.36 | 0.95 | 0.6 |
| Hex | A8 | FA | 38 | 21 | 0 | 4E | 2 | 55 | 5F | 3C |
| Octal | 250 | 372 | 70 | 41 | 0 | 116 | 2 | 125 | 137 | 74 |
| Binary | 10101000 | 11111010 | 111000 | 100001 | 0 | 1001110 | 10 | 1010101 | 1011111 | 111100 |
Color Harmonies of #A8FA38
Complementary color
Monochromatic Colors of #A8FA38
Black with #A8FA38
Text Example
Text Example
White with #A8FA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FA38; }
p { color: rgb(168,250,56); }
H1.HeaderClassName
{
color: #A8FA38;
}
.AnyTagClassName
{
color: #A8FA38;
}
</style>
background-color css
<style>
a { background-color: #A8FA38; }
a { background-color: rgb(168,250,56); }
div.DivClassName
{
background-color: #A8FA38;
}
.BgClassName
{
background-color: #A8FA38;
}
</style>
border-color css
<style>
span { border-color: #A8FA38; }
span { border-color: rgb(168,250,56); }
td.TdClassName
{
border-color: #A8FA38;
}
.TagClassName
{
border-color: #A8FA38;
}
</style>