Shades of Green Yellow #A6F130
Tints of Green Yellow #A6F130
RGB
CMYK
RGB Variations
Color information
#A6F130 (or 0xA6F130) is known color: Green Yellow. HEX triplet: A6, F1 and 30. RGB value is (166,241,48). Sum of RGB (Red+Green+Blue) = 166+241+48=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 241 (94.53% from 255 or 52.97% from 455); Blue value is 48 (19.14% from 255 or 10.55% from 455); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F130 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6F130 is #590ECF. Grayscale: #C5C5C5. Windows color (decimal): -5836496 or 3207590. OLE color: 3207590.
HSL color Cylindrical-coordinate representation of color #A6F130: hue angle of 83.32º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A6F130 is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 241 | 48 | - |
| CMYK | 0.31 | 0 | 0.80 | 0.05 |
| HSL | 83.32º | 0.87% | 0.57% | - |
| HSV(B) | 83.32º | 0.8% | 0.95% | - |
| XYZ | 47.71 | 71.23 | 14.03 | - |
| YUV | 196.57 | 44.15 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 241 | 48 | 0.31 | 0 | 0.80 | 0.05 | 83.32 | 0.87 | 0.57 |
| Hex | A6 | F1 | 30 | 1F | 0 | 50 | 5 | 53 | 57 | 39 |
| Octal | 246 | 361 | 60 | 37 | 0 | 120 | 5 | 123 | 127 | 71 |
| Binary | 10100110 | 11110001 | 110000 | 11111 | 0 | 1010000 | 101 | 1010011 | 1010111 | 111001 |
Color Harmonies of #A6F130
Complementary color
Monochromatic Colors of #A6F130
Black with #A6F130
Text Example
Text Example
White with #A6F130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F130; }
p { color: rgb(166,241,48); }
H1.HeaderClassName
{
color: #A6F130;
}
.AnyTagClassName
{
color: #A6F130;
}
</style>
background-color css
<style>
a { background-color: #A6F130; }
a { background-color: rgb(166,241,48); }
div.DivClassName
{
background-color: #A6F130;
}
.BgClassName
{
background-color: #A6F130;
}
</style>
border-color css
<style>
span { border-color: #A6F130; }
span { border-color: rgb(166,241,48); }
td.TdClassName
{
border-color: #A6F130;
}
.TagClassName
{
border-color: #A6F130;
}
</style>