Shades of Bright Green #6AF914
Tints of Bright Green #6AF914
RGB
CMYK
RGB Variations
Color information
#6AF914 (or 0x6AF914) is known color: Bright Green. HEX triplet: 6A, F9 and 14. RGB value is (106,249,20). Sum of RGB (Red+Green+Blue) = 106+249+20=375 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.27% from 375); Green value is 249 (97.66% from 255 or 66.4% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 249 - color contains mainly: green. Hex color #6AF914 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF914 is #9506EB. Grayscale: #B4B4B4. Windows color (decimal): -9766636 or 1374570. OLE color: 1374570.
HSL color Cylindrical-coordinate representation of color #6AF914: hue angle of 97.47º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6AF914 is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 249 | 20 | - |
| CMYK | 0.57 | 0 | 0.92 | 0.02 |
| HSL | 97.47º | 0.95% | 0.53% | - |
| HSV(B) | 97.47º | 0.92% | 0.98% | - |
| XYZ | 39.95 | 70.87 | 12.23 | - |
| YUV | 180.14 | 37.62 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 249 | 20 | 0.57 | 0 | 0.92 | 0.02 | 97.47 | 0.95 | 0.53 |
| Hex | 6A | F9 | 14 | 39 | 0 | 5C | 2 | 61 | 5F | 35 |
| Octal | 152 | 371 | 24 | 71 | 0 | 134 | 2 | 141 | 137 | 65 |
| Binary | 1101010 | 11111001 | 10100 | 111001 | 0 | 1011100 | 10 | 1100001 | 1011111 | 110101 |
Color Harmonies of #6AF914
Complementary color
Monochromatic Colors of #6AF914
Black with #6AF914
Text Example
Text Example
White with #6AF914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF914; }
p { color: rgb(106,249,20); }
H1.HeaderClassName
{
color: #6AF914;
}
.AnyTagClassName
{
color: #6AF914;
}
</style>
background-color css
<style>
a { background-color: #6AF914; }
a { background-color: rgb(106,249,20); }
div.DivClassName
{
background-color: #6AF914;
}
.BgClassName
{
background-color: #6AF914;
}
</style>
border-color css
<style>
span { border-color: #6AF914; }
span { border-color: rgb(106,249,20); }
td.TdClassName
{
border-color: #6AF914;
}
.TagClassName
{
border-color: #6AF914;
}
</style>