Shades of Green Yellow #A8E632
Tints of Green Yellow #A8E632
RGB
CMYK
RGB Variations
Color information
#A8E632 (or 0xA8E632) is known color: Green Yellow. HEX triplet: A8, E6 and 32. RGB value is (168,230,50). Sum of RGB (Red+Green+Blue) = 168+230+50=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 230 (90.23% from 255 or 51.34% from 448); Blue value is 50 (19.92% from 255 or 11.16% from 448); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E632 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8E632 is #5719CD. Grayscale: #BFBFBF. Windows color (decimal): -5708238 or 3335848. OLE color: 3335848.
HSL color Cylindrical-coordinate representation of color #A8E632: hue angle of 80.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8E632 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 230 | 50 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.10 |
| HSL | 80.67º | 0.78% | 0.55% | - |
| HSV(B) | 80.67º | 0.78% | 0.9% | - |
| XYZ | 45.02 | 65.15 | 13.22 | - |
| YUV | 190.94 | 48.46 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 230 | 50 | 0.27 | 0 | 0.78 | 0.10 | 80.67 | 0.78 | 0.55 |
| Hex | A8 | E6 | 32 | 1B | 0 | 4E | A | 51 | 4E | 37 |
| Octal | 250 | 346 | 62 | 33 | 0 | 116 | 12 | 121 | 116 | 67 |
| Binary | 10101000 | 11100110 | 110010 | 11011 | 0 | 1001110 | 1010 | 1010001 | 1001110 | 110111 |
Color Harmonies of #A8E632
Complementary color
Monochromatic Colors of #A8E632
Black with #A8E632
Text Example
Text Example
White with #A8E632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E632; }
p { color: rgb(168,230,50); }
H1.HeaderClassName
{
color: #A8E632;
}
.AnyTagClassName
{
color: #A8E632;
}
</style>
background-color css
<style>
a { background-color: #A8E632; }
a { background-color: rgb(168,230,50); }
div.DivClassName
{
background-color: #A8E632;
}
.BgClassName
{
background-color: #A8E632;
}
</style>
border-color css
<style>
span { border-color: #A8E632; }
span { border-color: rgb(168,230,50); }
td.TdClassName
{
border-color: #A8E632;
}
.TagClassName
{
border-color: #A8E632;
}
</style>