Shades of Bright Green #6AF110
Tints of Bright Green #6AF110
RGB
CMYK
RGB Variations
Color information
#6AF110 (or 0x6AF110) is known color: Bright Green. HEX triplet: 6A, F1 and 10. RGB value is (106,241,16). Sum of RGB (Red+Green+Blue) = 106+241+16=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 241 (94.53% from 255 or 66.39% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF110 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF110 is #950EEF. Grayscale: #AFAFAF. Windows color (decimal): -9768688 or 1110378. OLE color: 1110378.
HSL color Cylindrical-coordinate representation of color #6AF110: hue angle of 96º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6AF110 is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 241 | 16 | - |
| CMYK | 0.56 | 0 | 0.93 | 0.05 |
| HSL | 96º | 0.89% | 0.5% | - |
| HSV(B) | 96º | 0.93% | 0.95% | - |
| XYZ | 37.49 | 66.01 | 11.26 | - |
| YUV | 174.99 | 38.27 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 241 | 16 | 0.56 | 0 | 0.93 | 0.05 | 96 | 0.89 | 0.5 |
| Hex | 6A | F1 | 10 | 38 | 0 | 5D | 5 | 60 | 59 | 32 |
| Octal | 152 | 361 | 20 | 70 | 0 | 135 | 5 | 140 | 131 | 62 |
| Binary | 1101010 | 11110001 | 10000 | 111000 | 0 | 1011101 | 101 | 1100000 | 1011001 | 110010 |
Color Harmonies of #6AF110
Complementary color
Monochromatic Colors of #6AF110
Black with #6AF110
Text Example
Text Example
White with #6AF110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF110; }
p { color: rgb(106,241,16); }
H1.HeaderClassName
{
color: #6AF110;
}
.AnyTagClassName
{
color: #6AF110;
}
</style>
background-color css
<style>
a { background-color: #6AF110; }
a { background-color: rgb(106,241,16); }
div.DivClassName
{
background-color: #6AF110;
}
.BgClassName
{
background-color: #6AF110;
}
</style>
border-color css
<style>
span { border-color: #6AF110; }
span { border-color: rgb(106,241,16); }
td.TdClassName
{
border-color: #6AF110;
}
.TagClassName
{
border-color: #6AF110;
}
</style>