Shades of Bright Green #6AF613
Tints of Bright Green #6AF613
RGB
CMYK
RGB Variations
Color information
#6AF613 (or 0x6AF613) is known color: Bright Green. HEX triplet: 6A, F6 and 13. RGB value is (106,246,19). Sum of RGB (Red+Green+Blue) = 106+246+19=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 246 (96.48% from 255 or 66.31% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 246 - color contains mainly: green. Hex color #6AF613 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF613 is #9509EC. Grayscale: #B3B3B3. Windows color (decimal): -9767405 or 1308266. OLE color: 1308266.
HSL color Cylindrical-coordinate representation of color #6AF613: hue angle of 97º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6AF613 is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 106 | 246 | 19 | - |
| CMYK | 0.57 | 0 | 0.92 | 0.04 |
| HSL | 97º | 0.93% | 0.52% | - |
| HSV(B) | 97º | 0.92% | 0.96% | - |
| XYZ | 39.02 | 69.02 | 11.88 | - |
| YUV | 178.26 | 38.12 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 246 | 19 | 0.57 | 0 | 0.92 | 0.04 | 97 | 0.93 | 0.52 |
| Hex | 6A | F6 | 13 | 39 | 0 | 5C | 4 | 61 | 5D | 34 |
| Octal | 152 | 366 | 23 | 71 | 0 | 134 | 4 | 141 | 135 | 64 |
| Binary | 1101010 | 11110110 | 10011 | 111001 | 0 | 1011100 | 100 | 1100001 | 1011101 | 110100 |
Color Harmonies of #6AF613
Complementary color
Monochromatic Colors of #6AF613
Black with #6AF613
Text Example
Text Example
White with #6AF613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF613; }
p { color: rgb(106,246,19); }
H1.HeaderClassName
{
color: #6AF613;
}
.AnyTagClassName
{
color: #6AF613;
}
</style>
background-color css
<style>
a { background-color: #6AF613; }
a { background-color: rgb(106,246,19); }
div.DivClassName
{
background-color: #6AF613;
}
.BgClassName
{
background-color: #6AF613;
}
</style>
border-color css
<style>
span { border-color: #6AF613; }
span { border-color: rgb(106,246,19); }
td.TdClassName
{
border-color: #6AF613;
}
.TagClassName
{
border-color: #6AF613;
}
</style>