Shades of Bright Green #6AF30F
Tints of Bright Green #6AF30F
RGB
CMYK
RGB Variations
Color information
#6AF30F (or 0x6AF30F) is known color: Bright Green. HEX triplet: 6A, F3 and 0F. RGB value is (106,243,15). Sum of RGB (Red+Green+Blue) = 106+243+15=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 243 (95.31% from 255 or 66.76% from 364); Blue value is 15 (6.25% from 255 or 4.12% from 364); Max value from RGB is 243 - color contains mainly: green. Hex color #6AF30F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF30F is #950CF0. Grayscale: #B0B0B0. Windows color (decimal): -9768177 or 1045354. OLE color: 1045354.
HSL color Cylindrical-coordinate representation of color #6AF30F: hue angle of 96.05º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6AF30F is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 243 | 15 | - |
| CMYK | 0.56 | 0 | 0.94 | 0.05 |
| HSL | 96.05º | 0.9% | 0.51% | - |
| HSV(B) | 96.05º | 0.94% | 0.95% | - |
| XYZ | 38.08 | 67.2 | 11.42 | - |
| YUV | 176.05 | 37.11 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 243 | 15 | 0.56 | 0 | 0.94 | 0.05 | 96.05 | 0.9 | 0.51 |
| Hex | 6A | F3 | F | 38 | 0 | 5E | 5 | 60 | 5A | 33 |
| Octal | 152 | 363 | 17 | 70 | 0 | 136 | 5 | 140 | 132 | 63 |
| Binary | 1101010 | 11110011 | 1111 | 111000 | 0 | 1011110 | 101 | 1100000 | 1011010 | 110011 |
Color Harmonies of #6AF30F
Complementary color
Monochromatic Colors of #6AF30F
Black with #6AF30F
Text Example
Text Example
White with #6AF30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF30F; }
p { color: rgb(106,243,15); }
H1.HeaderClassName
{
color: #6AF30F;
}
.AnyTagClassName
{
color: #6AF30F;
}
</style>
background-color css
<style>
a { background-color: #6AF30F; }
a { background-color: rgb(106,243,15); }
div.DivClassName
{
background-color: #6AF30F;
}
.BgClassName
{
background-color: #6AF30F;
}
</style>
border-color css
<style>
span { border-color: #6AF30F; }
span { border-color: rgb(106,243,15); }
td.TdClassName
{
border-color: #6AF30F;
}
.TagClassName
{
border-color: #6AF30F;
}
</style>