Shades of Bright Green #6AF509
Tints of Bright Green #6AF509
RGB
CMYK
RGB Variations
Color information
#6AF509 (or 0x6AF509) is known color: Bright Green. HEX triplet: 6A, F5 and 09. RGB value is (106,245,9). Sum of RGB (Red+Green+Blue) = 106+245+9=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 245 (96.09% from 255 or 68.06% from 360); Blue value is 9 (3.91% from 255 or 2.5% from 360); Max value from RGB is 245 - color contains mainly: green. Hex color #6AF509 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF509 is #950AF6. Grayscale: #B1B1B1. Windows color (decimal): -9767671 or 652650. OLE color: 652650.
HSL color Cylindrical-coordinate representation of color #6AF509: hue angle of 95.34º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6AF509 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 106 | 245 | 9 | - |
| CMYK | 0.57 | 0 | 0.96 | 0.04 |
| HSL | 95.34º | 0.93% | 0.5% | - |
| HSV(B) | 95.34º | 0.96% | 0.96% | - |
| XYZ | 38.65 | 68.39 | 11.42 | - |
| YUV | 176.54 | 33.45 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 245 | 9 | 0.57 | 0 | 0.96 | 0.04 | 95.34 | 0.93 | 0.5 |
| Hex | 6A | F5 | 9 | 39 | 0 | 60 | 4 | 5F | 5D | 32 |
| Octal | 152 | 365 | 11 | 71 | 0 | 140 | 4 | 137 | 135 | 62 |
| Binary | 1101010 | 11110101 | 1001 | 111001 | 0 | 1100000 | 100 | 1011111 | 1011101 | 110010 |
Color Harmonies of #6AF509
Complementary color
Monochromatic Colors of #6AF509
Black with #6AF509
Text Example
Text Example
White with #6AF509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF509; }
p { color: rgb(106,245,9); }
H1.HeaderClassName
{
color: #6AF509;
}
.AnyTagClassName
{
color: #6AF509;
}
</style>
background-color css
<style>
a { background-color: #6AF509; }
a { background-color: rgb(106,245,9); }
div.DivClassName
{
background-color: #6AF509;
}
.BgClassName
{
background-color: #6AF509;
}
</style>
border-color css
<style>
span { border-color: #6AF509; }
span { border-color: rgb(106,245,9); }
td.TdClassName
{
border-color: #6AF509;
}
.TagClassName
{
border-color: #6AF509;
}
</style>