Shades of Green Yellow #A8F32C
Tints of Green Yellow #A8F32C
RGB
CMYK
RGB Variations
Color information
#A8F32C (or 0xA8F32C) is known color: Green Yellow. HEX triplet: A8, F3 and 2C. RGB value is (168,243,44). Sum of RGB (Red+Green+Blue) = 168+243+44=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 243 (95.31% from 255 or 53.41% from 455); Blue value is 44 (17.58% from 255 or 9.67% from 455); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F32C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F32C is #570CD3. Grayscale: #C6C6C6. Windows color (decimal): -5704916 or 2945960. OLE color: 2945960.
HSL color Cylindrical-coordinate representation of color #A8F32C: hue angle of 82.61º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8F32C is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 243 | 44 | - |
| CMYK | 0.31 | 0 | 0.82 | 0.05 |
| HSL | 82.61º | 0.89% | 0.56% | - |
| HSV(B) | 82.61º | 0.82% | 0.95% | - |
| XYZ | 48.65 | 72.61 | 13.83 | - |
| YUV | 197.89 | 41.15 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 243 | 44 | 0.31 | 0 | 0.82 | 0.05 | 82.61 | 0.89 | 0.56 |
| Hex | A8 | F3 | 2C | 1F | 0 | 52 | 5 | 53 | 59 | 38 |
| Octal | 250 | 363 | 54 | 37 | 0 | 122 | 5 | 123 | 131 | 70 |
| Binary | 10101000 | 11110011 | 101100 | 11111 | 0 | 1010010 | 101 | 1010011 | 1011001 | 111000 |
Color Harmonies of #A8F32C
Complementary color
Monochromatic Colors of #A8F32C
Black with #A8F32C
Text Example
Text Example
White with #A8F32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F32C; }
p { color: rgb(168,243,44); }
H1.HeaderClassName
{
color: #A8F32C;
}
.AnyTagClassName
{
color: #A8F32C;
}
</style>
background-color css
<style>
a { background-color: #A8F32C; }
a { background-color: rgb(168,243,44); }
div.DivClassName
{
background-color: #A8F32C;
}
.BgClassName
{
background-color: #A8F32C;
}
</style>
border-color css
<style>
span { border-color: #A8F32C; }
span { border-color: rgb(168,243,44); }
td.TdClassName
{
border-color: #A8F32C;
}
.TagClassName
{
border-color: #A8F32C;
}
</style>