Shades of Bright Green #6AFA16
Tints of Bright Green #6AFA16
RGB
CMYK
RGB Variations
Color information
#6AFA16 (or 0x6AFA16) is known color: Bright Green. HEX triplet: 6A, FA and 16. RGB value is (106,250,22). Sum of RGB (Red+Green+Blue) = 106+250+22=378 (50% of max value = 765). Red value is 106 (41.80% from 255 or 28.04% from 378); Green value is 250 (98.05% from 255 or 66.14% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFA16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AFA16 is #9505E9. Grayscale: #B5B5B5. Windows color (decimal): -9766378 or 1505898. OLE color: 1505898.
HSL color Cylindrical-coordinate representation of color #6AFA16: hue angle of 97.89º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6AFA16 is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 250 | 22 | - |
| CMYK | 0.58 | 0 | 0.91 | 0.02 |
| HSL | 97.89º | 0.96% | 0.53% | - |
| HSV(B) | 97.89º | 0.91% | 0.98% | - |
| XYZ | 40.27 | 71.49 | 12.44 | - |
| YUV | 180.95 | 38.29 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 250 | 22 | 0.58 | 0 | 0.91 | 0.02 | 97.89 | 0.96 | 0.53 |
| Hex | 6A | FA | 16 | 3A | 0 | 5B | 2 | 62 | 60 | 35 |
| Octal | 152 | 372 | 26 | 72 | 0 | 133 | 2 | 142 | 140 | 65 |
| Binary | 1101010 | 11111010 | 10110 | 111010 | 0 | 1011011 | 10 | 1100010 | 1100000 | 110101 |
Color Harmonies of #6AFA16
Complementary color
Monochromatic Colors of #6AFA16
Black with #6AFA16
Text Example
Text Example
White with #6AFA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFA16; }
p { color: rgb(106,250,22); }
H1.HeaderClassName
{
color: #6AFA16;
}
.AnyTagClassName
{
color: #6AFA16;
}
</style>
background-color css
<style>
a { background-color: #6AFA16; }
a { background-color: rgb(106,250,22); }
div.DivClassName
{
background-color: #6AFA16;
}
.BgClassName
{
background-color: #6AFA16;
}
</style>
border-color css
<style>
span { border-color: #6AFA16; }
span { border-color: rgb(106,250,22); }
td.TdClassName
{
border-color: #6AFA16;
}
.TagClassName
{
border-color: #6AFA16;
}
</style>