Shades of Green Yellow #A8EB3C
Tints of Green Yellow #A8EB3C
RGB
CMYK
RGB Variations
Color information
#A8EB3C (or 0xA8EB3C) is known color: Green Yellow. HEX triplet: A8, EB and 3C. RGB value is (168,235,60). Sum of RGB (Red+Green+Blue) = 168+235+60=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 235 (92.19% from 255 or 50.76% from 463); Blue value is 60 (23.83% from 255 or 12.96% from 463); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EB3C is #5714C3. Grayscale: #C3C3C3. Windows color (decimal): -5706948 or 3992488. OLE color: 3992488.
HSL color Cylindrical-coordinate representation of color #A8EB3C: hue angle of 82.97º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8EB3C is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 235 | 60 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.08 |
| HSL | 82.97º | 0.81% | 0.58% | - |
| HSV(B) | 82.97º | 0.74% | 0.92% | - |
| XYZ | 46.67 | 68.07 | 14.95 | - |
| YUV | 195.02 | 51.8 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 235 | 60 | 0.29 | 0 | 0.74 | 0.08 | 82.97 | 0.81 | 0.58 |
| Hex | A8 | EB | 3C | 1D | 0 | 4A | 8 | 53 | 51 | 3A |
| Octal | 250 | 353 | 74 | 35 | 0 | 112 | 10 | 123 | 121 | 72 |
| Binary | 10101000 | 11101011 | 111100 | 11101 | 0 | 1001010 | 1000 | 1010011 | 1010001 | 111010 |
Color Harmonies of #A8EB3C
Complementary color
Monochromatic Colors of #A8EB3C
Black with #A8EB3C
Text Example
Text Example
White with #A8EB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EB3C; }
p { color: rgb(168,235,60); }
H1.HeaderClassName
{
color: #A8EB3C;
}
.AnyTagClassName
{
color: #A8EB3C;
}
</style>
background-color css
<style>
a { background-color: #A8EB3C; }
a { background-color: rgb(168,235,60); }
div.DivClassName
{
background-color: #A8EB3C;
}
.BgClassName
{
background-color: #A8EB3C;
}
</style>
border-color css
<style>
span { border-color: #A8EB3C; }
span { border-color: rgb(168,235,60); }
td.TdClassName
{
border-color: #A8EB3C;
}
.TagClassName
{
border-color: #A8EB3C;
}
</style>