Shades of Green Yellow #A8FC34
Tints of Green Yellow #A8FC34
RGB
CMYK
RGB Variations
Color information
#A8FC34 (or 0xA8FC34) is known color: Green Yellow. HEX triplet: A8, FC and 34. RGB value is (168,252,52). Sum of RGB (Red+Green+Blue) = 168+252+52=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 252 (98.83% from 255 or 53.39% from 472); Blue value is 52 (20.70% from 255 or 11.02% from 472); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8FC34 is #5703CB. Grayscale: #CCCCCC. Windows color (decimal): -5702604 or 3472552. OLE color: 3472552.
HSL color Cylindrical-coordinate representation of color #A8FC34: hue angle of 85.2º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8FC34 is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 52 | - |
| CMYK | 0.33 | 0 | 0.79 | 0.01 |
| HSL | 85.2º | 0.97% | 0.6% | - |
| HSV(B) | 85.2º | 0.79% | 0.99% | - |
| XYZ | 51.58 | 78.19 | 15.62 | - |
| YUV | 204.08 | 42.17 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 52 | 0.33 | 0 | 0.79 | 0.01 | 85.2 | 0.97 | 0.6 |
| Hex | A8 | FC | 34 | 21 | 0 | 4F | 1 | 55 | 61 | 3C |
| Octal | 250 | 374 | 64 | 41 | 0 | 117 | 1 | 125 | 141 | 74 |
| Binary | 10101000 | 11111100 | 110100 | 100001 | 0 | 1001111 | 1 | 1010101 | 1100001 | 111100 |
Color Harmonies of #A8FC34
Complementary color
Monochromatic Colors of #A8FC34
Black with #A8FC34
Text Example
Text Example
White with #A8FC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FC34; }
p { color: rgb(168,252,52); }
H1.HeaderClassName
{
color: #A8FC34;
}
.AnyTagClassName
{
color: #A8FC34;
}
</style>
background-color css
<style>
a { background-color: #A8FC34; }
a { background-color: rgb(168,252,52); }
div.DivClassName
{
background-color: #A8FC34;
}
.BgClassName
{
background-color: #A8FC34;
}
</style>
border-color css
<style>
span { border-color: #A8FC34; }
span { border-color: rgb(168,252,52); }
td.TdClassName
{
border-color: #A8FC34;
}
.TagClassName
{
border-color: #A8FC34;
}
</style>