Shades of Green Yellow #A6F240
Tints of Green Yellow #A6F240
RGB
CMYK
RGB Variations
Color information
#A6F240 (or 0xA6F240) is known color: Green Yellow. HEX triplet: A6, F2 and 40. RGB value is (166,242,64). Sum of RGB (Red+Green+Blue) = 166+242+64=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #A6F240 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6F240 is #590DBF. Grayscale: #C7C7C7. Windows color (decimal): -5836224 or 4256422. OLE color: 4256422.
HSL color Cylindrical-coordinate representation of color #A6F240: hue angle of 85.62º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A6F240 is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 242 | 64 | - |
| CMYK | 0.31 | 0 | 0.74 | 0.05 |
| HSL | 85.62º | 0.87% | 0.6% | - |
| HSV(B) | 85.62º | 0.74% | 0.95% | - |
| XYZ | 48.4 | 71.98 | 16.19 | - |
| YUV | 198.98 | 51.82 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 242 | 64 | 0.31 | 0 | 0.74 | 0.05 | 85.62 | 0.87 | 0.6 |
| Hex | A6 | F2 | 40 | 1F | 0 | 4A | 5 | 56 | 57 | 3C |
| Octal | 246 | 362 | 100 | 37 | 0 | 112 | 5 | 126 | 127 | 74 |
| Binary | 10100110 | 11110010 | 1000000 | 11111 | 0 | 1001010 | 101 | 1010110 | 1010111 | 111100 |
Color Harmonies of #A6F240
Complementary color
Monochromatic Colors of #A6F240
Black with #A6F240
Text Example
Text Example
White with #A6F240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F240; }
p { color: rgb(166,242,64); }
H1.HeaderClassName
{
color: #A6F240;
}
.AnyTagClassName
{
color: #A6F240;
}
</style>
background-color css
<style>
a { background-color: #A6F240; }
a { background-color: rgb(166,242,64); }
div.DivClassName
{
background-color: #A6F240;
}
.BgClassName
{
background-color: #A6F240;
}
</style>
border-color css
<style>
span { border-color: #A6F240; }
span { border-color: rgb(166,242,64); }
td.TdClassName
{
border-color: #A6F240;
}
.TagClassName
{
border-color: #A6F240;
}
</style>