Shades of Green Yellow #A6F232
Tints of Green Yellow #A6F232
RGB
CMYK
RGB Variations
Color information
#A6F232 (or 0xA6F232) is known color: Green Yellow. HEX triplet: A6, F2 and 32. RGB value is (166,242,50). Sum of RGB (Red+Green+Blue) = 166+242+50=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 242 (94.92% from 255 or 52.84% from 458); Blue value is 50 (19.92% from 255 or 10.92% from 458); Max value from RGB is 242 - color contains mainly: green. Hex color #A6F232 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6F232 is #590DCD. Grayscale: #C6C6C6. Windows color (decimal): -5836238 or 3338918. OLE color: 3338918.
HSL color Cylindrical-coordinate representation of color #A6F232: hue angle of 83.75º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A6F232 is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 242 | 50 | - |
| CMYK | 0.31 | 0 | 0.79 | 0.05 |
| HSL | 83.75º | 0.88% | 0.57% | - |
| HSV(B) | 83.75º | 0.79% | 0.95% | - |
| XYZ | 48.05 | 71.84 | 14.35 | - |
| YUV | 197.39 | 44.82 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 242 | 50 | 0.31 | 0 | 0.79 | 0.05 | 83.75 | 0.88 | 0.57 |
| Hex | A6 | F2 | 32 | 1F | 0 | 4F | 5 | 54 | 58 | 39 |
| Octal | 246 | 362 | 62 | 37 | 0 | 117 | 5 | 124 | 130 | 71 |
| Binary | 10100110 | 11110010 | 110010 | 11111 | 0 | 1001111 | 101 | 1010100 | 1011000 | 111001 |
Color Harmonies of #A6F232
Complementary color
Monochromatic Colors of #A6F232
Black with #A6F232
Text Example
Text Example
White with #A6F232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F232; }
p { color: rgb(166,242,50); }
H1.HeaderClassName
{
color: #A6F232;
}
.AnyTagClassName
{
color: #A6F232;
}
</style>
background-color css
<style>
a { background-color: #A6F232; }
a { background-color: rgb(166,242,50); }
div.DivClassName
{
background-color: #A6F232;
}
.BgClassName
{
background-color: #A6F232;
}
</style>
border-color css
<style>
span { border-color: #A6F232; }
span { border-color: rgb(166,242,50); }
td.TdClassName
{
border-color: #A6F232;
}
.TagClassName
{
border-color: #A6F232;
}
</style>