Shades of Green Yellow #A8EA38
Tints of Green Yellow #A8EA38
RGB
CMYK
RGB Variations
Color information
#A8EA38 (or 0xA8EA38) is known color: Green Yellow. HEX triplet: A8, EA and 38. RGB value is (168,234,56). Sum of RGB (Red+Green+Blue) = 168+234+56=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 234 (91.80% from 255 or 51.09% from 458); Blue value is 56 (22.27% from 255 or 12.23% from 458); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA38 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EA38 is #5715C7. Grayscale: #C2C2C2. Windows color (decimal): -5707208 or 3730088. OLE color: 3730088.
HSL color Cylindrical-coordinate representation of color #A8EA38: hue angle of 82.25º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8EA38 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 56 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.08 |
| HSL | 82.25º | 0.81% | 0.57% | - |
| HSV(B) | 82.25º | 0.76% | 0.92% | - |
| XYZ | 46.29 | 67.46 | 14.32 | - |
| YUV | 193.97 | 50.13 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 56 | 0.28 | 0 | 0.76 | 0.08 | 82.25 | 0.81 | 0.57 |
| Hex | A8 | EA | 38 | 1C | 0 | 4C | 8 | 52 | 51 | 39 |
| Octal | 250 | 352 | 70 | 34 | 0 | 114 | 10 | 122 | 121 | 71 |
| Binary | 10101000 | 11101010 | 111000 | 11100 | 0 | 1001100 | 1000 | 1010010 | 1010001 | 111001 |
Color Harmonies of #A8EA38
Complementary color
Monochromatic Colors of #A8EA38
Black with #A8EA38
Text Example
Text Example
White with #A8EA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EA38; }
p { color: rgb(168,234,56); }
H1.HeaderClassName
{
color: #A8EA38;
}
.AnyTagClassName
{
color: #A8EA38;
}
</style>
background-color css
<style>
a { background-color: #A8EA38; }
a { background-color: rgb(168,234,56); }
div.DivClassName
{
background-color: #A8EA38;
}
.BgClassName
{
background-color: #A8EA38;
}
</style>
border-color css
<style>
span { border-color: #A8EA38; }
span { border-color: rgb(168,234,56); }
td.TdClassName
{
border-color: #A8EA38;
}
.TagClassName
{
border-color: #A8EA38;
}
</style>