Shades of Bright Green #6AF90E
Tints of Bright Green #6AF90E
RGB
CMYK
RGB Variations
Color information
#6AF90E (or 0x6AF90E) is known color: Bright Green. HEX triplet: 6A, F9 and 0E. RGB value is (106,249,14). Sum of RGB (Red+Green+Blue) = 106+249+14=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 249 (97.66% from 255 or 67.48% from 369); Blue value is 14 (5.86% from 255 or 3.79% from 369); Max value from RGB is 249 - color contains mainly: green. Hex color #6AF90E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF90E is #9506F1. Grayscale: #B4B4B4. Windows color (decimal): -9766642 or 981354. OLE color: 981354.
HSL color Cylindrical-coordinate representation of color #6AF90E: hue angle of 96.51º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6AF90E is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 249 | 14 | - |
| CMYK | 0.57 | 0 | 0.94 | 0.02 |
| HSL | 96.51º | 0.95% | 0.52% | - |
| HSV(B) | 96.51º | 0.94% | 0.98% | - |
| XYZ | 39.9 | 70.85 | 11.99 | - |
| YUV | 179.45 | 34.62 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 249 | 14 | 0.57 | 0 | 0.94 | 0.02 | 96.51 | 0.95 | 0.52 |
| Hex | 6A | F9 | E | 39 | 0 | 5E | 2 | 61 | 5F | 34 |
| Octal | 152 | 371 | 16 | 71 | 0 | 136 | 2 | 141 | 137 | 64 |
| Binary | 1101010 | 11111001 | 1110 | 111001 | 0 | 1011110 | 10 | 1100001 | 1011111 | 110100 |
Color Harmonies of #6AF90E
Complementary color
Monochromatic Colors of #6AF90E
Black with #6AF90E
Text Example
Text Example
White with #6AF90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF90E; }
p { color: rgb(106,249,14); }
H1.HeaderClassName
{
color: #6AF90E;
}
.AnyTagClassName
{
color: #6AF90E;
}
</style>
background-color css
<style>
a { background-color: #6AF90E; }
a { background-color: rgb(106,249,14); }
div.DivClassName
{
background-color: #6AF90E;
}
.BgClassName
{
background-color: #6AF90E;
}
</style>
border-color css
<style>
span { border-color: #6AF90E; }
span { border-color: rgb(106,249,14); }
td.TdClassName
{
border-color: #6AF90E;
}
.TagClassName
{
border-color: #6AF90E;
}
</style>