Shades of Bright Green #6AF70A
Tints of Bright Green #6AF70A
RGB
CMYK
RGB Variations
Color information
#6AF70A (or 0x6AF70A) is known color: Bright Green. HEX triplet: 6A, F7 and 0A. RGB value is (106,247,10). Sum of RGB (Red+Green+Blue) = 106+247+10=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 247 (96.88% from 255 or 68.04% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 247 - color contains mainly: green. Hex color #6AF70A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF70A is #9508F5. Grayscale: #B2B2B2. Windows color (decimal): -9767158 or 718698. OLE color: 718698.
HSL color Cylindrical-coordinate representation of color #6AF70A: hue angle of 95.7º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6AF70A is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 106 | 247 | 10 | - |
| CMYK | 0.57 | 0 | 0.96 | 0.03 |
| HSL | 95.7º | 0.94% | 0.5% | - |
| HSV(B) | 95.7º | 0.96% | 0.97% | - |
| XYZ | 39.26 | 69.61 | 11.65 | - |
| YUV | 177.82 | 33.29 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 247 | 10 | 0.57 | 0 | 0.96 | 0.03 | 95.7 | 0.94 | 0.5 |
| Hex | 6A | F7 | A | 39 | 0 | 60 | 3 | 60 | 5E | 32 |
| Octal | 152 | 367 | 12 | 71 | 0 | 140 | 3 | 140 | 136 | 62 |
| Binary | 1101010 | 11110111 | 1010 | 111001 | 0 | 1100000 | 11 | 1100000 | 1011110 | 110010 |
Color Harmonies of #6AF70A
Complementary color
Monochromatic Colors of #6AF70A
Black with #6AF70A
Text Example
Text Example
White with #6AF70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF70A; }
p { color: rgb(106,247,10); }
H1.HeaderClassName
{
color: #6AF70A;
}
.AnyTagClassName
{
color: #6AF70A;
}
</style>
background-color css
<style>
a { background-color: #6AF70A; }
a { background-color: rgb(106,247,10); }
div.DivClassName
{
background-color: #6AF70A;
}
.BgClassName
{
background-color: #6AF70A;
}
</style>
border-color css
<style>
span { border-color: #6AF70A; }
span { border-color: rgb(106,247,10); }
td.TdClassName
{
border-color: #6AF70A;
}
.TagClassName
{
border-color: #6AF70A;
}
</style>