Shades of Bright Green #6AFA0A
Tints of Bright Green #6AFA0A
RGB
CMYK
RGB Variations
Color information
#6AFA0A (or 0x6AFA0A) is known color: Bright Green. HEX triplet: 6A, FA and 0A. RGB value is (106,250,10). Sum of RGB (Red+Green+Blue) = 106+250+10=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 250 (98.05% from 255 or 68.31% from 366); Blue value is 10 (4.30% from 255 or 2.73% from 366); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFA0A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AFA0A is #9505F5. Grayscale: #B4B4B4. Windows color (decimal): -9766390 or 719466. OLE color: 719466.
HSL color Cylindrical-coordinate representation of color #6AFA0A: hue angle of 96º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6AFA0A is Cyan = 0.58, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 250 | 10 | - |
| CMYK | 0.58 | 0 | 0.96 | 0.02 |
| HSL | 96º | 0.96% | 0.51% | - |
| HSV(B) | 96º | 0.96% | 0.98% | - |
| XYZ | 40.18 | 71.46 | 11.96 | - |
| YUV | 179.58 | 32.29 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 250 | 10 | 0.58 | 0 | 0.96 | 0.02 | 96 | 0.96 | 0.51 |
| Hex | 6A | FA | A | 3A | 0 | 60 | 2 | 60 | 60 | 33 |
| Octal | 152 | 372 | 12 | 72 | 0 | 140 | 2 | 140 | 140 | 63 |
| Binary | 1101010 | 11111010 | 1010 | 111010 | 0 | 1100000 | 10 | 1100000 | 1100000 | 110011 |
Color Harmonies of #6AFA0A
Complementary color
Monochromatic Colors of #6AFA0A
Black with #6AFA0A
Text Example
Text Example
White with #6AFA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFA0A; }
p { color: rgb(106,250,10); }
H1.HeaderClassName
{
color: #6AFA0A;
}
.AnyTagClassName
{
color: #6AFA0A;
}
</style>
background-color css
<style>
a { background-color: #6AFA0A; }
a { background-color: rgb(106,250,10); }
div.DivClassName
{
background-color: #6AFA0A;
}
.BgClassName
{
background-color: #6AFA0A;
}
</style>
border-color css
<style>
span { border-color: #6AFA0A; }
span { border-color: rgb(106,250,10); }
td.TdClassName
{
border-color: #6AFA0A;
}
.TagClassName
{
border-color: #6AFA0A;
}
</style>