Shades of Bright Green #6AF60C
Tints of Bright Green #6AF60C
RGB
CMYK
RGB Variations
Color information
#6AF60C (or 0x6AF60C) is known color: Bright Green. HEX triplet: 6A, F6 and 0C. RGB value is (106,246,12). Sum of RGB (Red+Green+Blue) = 106+246+12=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 246 (96.48% from 255 or 67.58% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 246 - color contains mainly: green. Hex color #6AF60C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF60C is #9509F3. Grayscale: #B2B2B2. Windows color (decimal): -9767412 or 849514. OLE color: 849514.
HSL color Cylindrical-coordinate representation of color #6AF60C: hue angle of 95.9º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6AF60C is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 106 | 246 | 12 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.04 |
| HSL | 95.9º | 0.93% | 0.51% | - |
| HSV(B) | 95.9º | 0.95% | 0.96% | - |
| XYZ | 38.97 | 69 | 11.61 | - |
| YUV | 177.46 | 34.62 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 246 | 12 | 0.57 | 0 | 0.95 | 0.04 | 95.9 | 0.93 | 0.51 |
| Hex | 6A | F6 | C | 39 | 0 | 5F | 4 | 60 | 5D | 33 |
| Octal | 152 | 366 | 14 | 71 | 0 | 137 | 4 | 140 | 135 | 63 |
| Binary | 1101010 | 11110110 | 1100 | 111001 | 0 | 1011111 | 100 | 1100000 | 1011101 | 110011 |
Color Harmonies of #6AF60C
Complementary color
Monochromatic Colors of #6AF60C
Black with #6AF60C
Text Example
Text Example
White with #6AF60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF60C; }
p { color: rgb(106,246,12); }
H1.HeaderClassName
{
color: #6AF60C;
}
.AnyTagClassName
{
color: #6AF60C;
}
</style>
background-color css
<style>
a { background-color: #6AF60C; }
a { background-color: rgb(106,246,12); }
div.DivClassName
{
background-color: #6AF60C;
}
.BgClassName
{
background-color: #6AF60C;
}
</style>
border-color css
<style>
span { border-color: #6AF60C; }
span { border-color: rgb(106,246,12); }
td.TdClassName
{
border-color: #6AF60C;
}
.TagClassName
{
border-color: #6AF60C;
}
</style>