Shades of Bright Green #6AF610
Tints of Bright Green #6AF610
RGB
CMYK
RGB Variations
Color information
#6AF610 (or 0x6AF610) is known color: Bright Green. HEX triplet: 6A, F6 and 10. RGB value is (106,246,16). Sum of RGB (Red+Green+Blue) = 106+246+16=368 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.80% from 368); Green value is 246 (96.48% from 255 or 66.85% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 246 - color contains mainly: green. Hex color #6AF610 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF610 is #9509EF. Grayscale: #B2B2B2. Windows color (decimal): -9767408 or 1111658. OLE color: 1111658.
HSL color Cylindrical-coordinate representation of color #6AF610: hue angle of 96.52º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6AF610 is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 106 | 246 | 16 | - |
| CMYK | 0.57 | 0 | 0.93 | 0.04 |
| HSL | 96.52º | 0.93% | 0.51% | - |
| HSV(B) | 96.52º | 0.93% | 0.96% | - |
| XYZ | 38.99 | 69.01 | 11.76 | - |
| YUV | 177.92 | 36.62 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 246 | 16 | 0.57 | 0 | 0.93 | 0.04 | 96.52 | 0.93 | 0.51 |
| Hex | 6A | F6 | 10 | 39 | 0 | 5D | 4 | 61 | 5D | 33 |
| Octal | 152 | 366 | 20 | 71 | 0 | 135 | 4 | 141 | 135 | 63 |
| Binary | 1101010 | 11110110 | 10000 | 111001 | 0 | 1011101 | 100 | 1100001 | 1011101 | 110011 |
Color Harmonies of #6AF610
Complementary color
Monochromatic Colors of #6AF610
Black with #6AF610
Text Example
Text Example
White with #6AF610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF610; }
p { color: rgb(106,246,16); }
H1.HeaderClassName
{
color: #6AF610;
}
.AnyTagClassName
{
color: #6AF610;
}
</style>
background-color css
<style>
a { background-color: #6AF610; }
a { background-color: rgb(106,246,16); }
div.DivClassName
{
background-color: #6AF610;
}
.BgClassName
{
background-color: #6AF610;
}
</style>
border-color css
<style>
span { border-color: #6AF610; }
span { border-color: rgb(106,246,16); }
td.TdClassName
{
border-color: #6AF610;
}
.TagClassName
{
border-color: #6AF610;
}
</style>