Shades of Green Yellow #A8F32B
Tints of Green Yellow #A8F32B
RGB
CMYK
RGB Variations
Color information
#A8F32B (or 0xA8F32B) is known color: Green Yellow. HEX triplet: A8, F3 and 2B. RGB value is (168,243,43). Sum of RGB (Red+Green+Blue) = 168+243+43=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 243 (95.31% from 255 or 53.52% from 454); Blue value is 43 (17.19% from 255 or 9.47% from 454); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F32B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F32B is #570CD4. Grayscale: #C6C6C6. Windows color (decimal): -5704917 or 2880424. OLE color: 2880424.
HSL color Cylindrical-coordinate representation of color #A8F32B: hue angle of 82.5º 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 #A8F32B is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 243 | 43 | - |
| CMYK | 0.31 | 0 | 0.82 | 0.05 |
| HSL | 82.5º | 0.89% | 0.56% | - |
| HSV(B) | 82.5º | 0.82% | 0.95% | - |
| XYZ | 48.64 | 72.6 | 13.74 | - |
| YUV | 197.78 | 40.65 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 243 | 43 | 0.31 | 0 | 0.82 | 0.05 | 82.5 | 0.89 | 0.56 |
| Hex | A8 | F3 | 2B | 1F | 0 | 52 | 5 | 52 | 59 | 38 |
| Octal | 250 | 363 | 53 | 37 | 0 | 122 | 5 | 122 | 131 | 70 |
| Binary | 10101000 | 11110011 | 101011 | 11111 | 0 | 1010010 | 101 | 1010010 | 1011001 | 111000 |
Color Harmonies of #A8F32B
Complementary color
Monochromatic Colors of #A8F32B
Black with #A8F32B
Text Example
Text Example
White with #A8F32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F32B; }
p { color: rgb(168,243,43); }
H1.HeaderClassName
{
color: #A8F32B;
}
.AnyTagClassName
{
color: #A8F32B;
}
</style>
background-color css
<style>
a { background-color: #A8F32B; }
a { background-color: rgb(168,243,43); }
div.DivClassName
{
background-color: #A8F32B;
}
.BgClassName
{
background-color: #A8F32B;
}
</style>
border-color css
<style>
span { border-color: #A8F32B; }
span { border-color: rgb(168,243,43); }
td.TdClassName
{
border-color: #A8F32B;
}
.TagClassName
{
border-color: #A8F32B;
}
</style>