Shades of Green Yellow #A8ED3B
Tints of Green Yellow #A8ED3B
RGB
CMYK
RGB Variations
Color information
#A8ED3B (or 0xA8ED3B) is known color: Green Yellow. HEX triplet: A8, ED and 3B. RGB value is (168,237,59). Sum of RGB (Red+Green+Blue) = 168+237+59=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 237 (92.97% from 255 or 51.08% from 464); Blue value is 59 (23.44% from 255 or 12.72% from 464); Max value from RGB is 237 - color contains mainly: green. Hex color #A8ED3B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8ED3B is #5712C4. Grayscale: #C4C4C4. Windows color (decimal): -5706437 or 3927464. OLE color: 3927464.
HSL color Cylindrical-coordinate representation of color #A8ED3B: hue angle of 83.26º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8ED3B is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 59 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.07 |
| HSL | 83.26º | 0.83% | 0.58% | - |
| HSV(B) | 83.26º | 0.75% | 0.93% | - |
| XYZ | 47.22 | 69.21 | 15.01 | - |
| YUV | 196.08 | 50.64 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 59 | 0.29 | 0 | 0.75 | 0.07 | 83.26 | 0.83 | 0.58 |
| Hex | A8 | ED | 3B | 1D | 0 | 4B | 7 | 53 | 53 | 3A |
| Octal | 250 | 355 | 73 | 35 | 0 | 113 | 7 | 123 | 123 | 72 |
| Binary | 10101000 | 11101101 | 111011 | 11101 | 0 | 1001011 | 111 | 1010011 | 1010011 | 111010 |
Color Harmonies of #A8ED3B
Complementary color
Monochromatic Colors of #A8ED3B
Black with #A8ED3B
Text Example
Text Example
White with #A8ED3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ED3B; }
p { color: rgb(168,237,59); }
H1.HeaderClassName
{
color: #A8ED3B;
}
.AnyTagClassName
{
color: #A8ED3B;
}
</style>
background-color css
<style>
a { background-color: #A8ED3B; }
a { background-color: rgb(168,237,59); }
div.DivClassName
{
background-color: #A8ED3B;
}
.BgClassName
{
background-color: #A8ED3B;
}
</style>
border-color css
<style>
span { border-color: #A8ED3B; }
span { border-color: rgb(168,237,59); }
td.TdClassName
{
border-color: #A8ED3B;
}
.TagClassName
{
border-color: #A8ED3B;
}
</style>