Shades of Bright Green #6AF10E
Tints of Bright Green #6AF10E
RGB
CMYK
RGB Variations
Color information
#6AF10E (or 0x6AF10E) is known color: Bright Green. HEX triplet: 6A, F1 and 0E. RGB value is (106,241,14). Sum of RGB (Red+Green+Blue) = 106+241+14=361 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.36% from 361); Green value is 241 (94.53% from 255 or 66.76% from 361); Blue value is 14 (5.86% from 255 or 3.88% from 361); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF10E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF10E is #950EF1. Grayscale: #AFAFAF. Windows color (decimal): -9768690 or 979306. OLE color: 979306.
HSL color Cylindrical-coordinate representation of color #6AF10E: hue angle of 95.68º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6AF10E is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 241 | 14 | - |
| CMYK | 0.56 | 0 | 0.94 | 0.05 |
| HSL | 95.68º | 0.89% | 0.5% | - |
| HSV(B) | 95.68º | 0.94% | 0.95% | - |
| XYZ | 37.48 | 66.01 | 11.18 | - |
| YUV | 174.76 | 37.27 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 241 | 14 | 0.56 | 0 | 0.94 | 0.05 | 95.68 | 0.89 | 0.5 |
| Hex | 6A | F1 | E | 38 | 0 | 5E | 5 | 60 | 59 | 32 |
| Octal | 152 | 361 | 16 | 70 | 0 | 136 | 5 | 140 | 131 | 62 |
| Binary | 1101010 | 11110001 | 1110 | 111000 | 0 | 1011110 | 101 | 1100000 | 1011001 | 110010 |
Color Harmonies of #6AF10E
Complementary color
Monochromatic Colors of #6AF10E
Black with #6AF10E
Text Example
Text Example
White with #6AF10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF10E; }
p { color: rgb(106,241,14); }
H1.HeaderClassName
{
color: #6AF10E;
}
.AnyTagClassName
{
color: #6AF10E;
}
</style>
background-color css
<style>
a { background-color: #6AF10E; }
a { background-color: rgb(106,241,14); }
div.DivClassName
{
background-color: #6AF10E;
}
.BgClassName
{
background-color: #6AF10E;
}
</style>
border-color css
<style>
span { border-color: #6AF10E; }
span { border-color: rgb(106,241,14); }
td.TdClassName
{
border-color: #6AF10E;
}
.TagClassName
{
border-color: #6AF10E;
}
</style>