Shades of Green Yellow #A8FF38
Tints of Green Yellow #A8FF38
RGB
CMYK
RGB Variations
Color information
#A8FF38 (or 0xA8FF38) is known color: Green Yellow. HEX triplet: A8, FF and 38. RGB value is (168,255,56). Sum of RGB (Red+Green+Blue) = 168+255+56=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 56 (22.27% from 255 or 11.69% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF38 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8FF38 is #5700C7. Grayscale: #CFCFCF. Windows color (decimal): -5701832 or 3735464. OLE color: 3735464.
HSL color Cylindrical-coordinate representation of color #A8FF38: hue angle of 86.23º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8FF38 is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 56 | - |
| CMYK | 0.34 | 0 | 0.78 | 0 |
| HSL | 86.23º | 1% | 0.61% | - |
| HSV(B) | 86.23º | 0.78% | 1% | - |
| XYZ | 52.62 | 80.13 | 16.43 | - |
| YUV | 206.3 | 43.18 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 56 | 0.34 | 0 | 0.78 | 0 | 86.23 | 1 | 0.61 |
| Hex | A8 | FF | 38 | 22 | 0 | 4E | 0 | 56 | 64 | 3D |
| Octal | 250 | 377 | 70 | 42 | 0 | 116 | 0 | 126 | 144 | 75 |
| Binary | 10101000 | 11111111 | 111000 | 100010 | 0 | 1001110 | 0 | 1010110 | 1100100 | 111101 |
Color Harmonies of #A8FF38
Complementary color
Monochromatic Colors of #A8FF38
Black with #A8FF38
Text Example
Text Example
White with #A8FF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FF38; }
p { color: rgb(168,255,56); }
H1.HeaderClassName
{
color: #A8FF38;
}
.AnyTagClassName
{
color: #A8FF38;
}
</style>
background-color css
<style>
a { background-color: #A8FF38; }
a { background-color: rgb(168,255,56); }
div.DivClassName
{
background-color: #A8FF38;
}
.BgClassName
{
background-color: #A8FF38;
}
</style>
border-color css
<style>
span { border-color: #A8FF38; }
span { border-color: rgb(168,255,56); }
td.TdClassName
{
border-color: #A8FF38;
}
.TagClassName
{
border-color: #A8FF38;
}
</style>