Shades of Bright Green #6AFA0F
Tints of Bright Green #6AFA0F
RGB
CMYK
RGB Variations
Color information
#6AFA0F (or 0x6AFA0F) is known color: Bright Green. HEX triplet: 6A, FA and 0F. RGB value is (106,250,15). Sum of RGB (Red+Green+Blue) = 106+250+15=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 250 (98.05% from 255 or 67.39% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFA0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AFA0F is #9505F0. Grayscale: #B4B4B4. Windows color (decimal): -9766385 or 1047146. OLE color: 1047146.
HSL color Cylindrical-coordinate representation of color #6AFA0F: hue angle of 96.77º degrees, saturation: 0.96, 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 #6AFA0F is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 250 | 15 | - |
| CMYK | 0.58 | 0 | 0.94 | 0.02 |
| HSL | 96.77º | 0.96% | 0.52% | - |
| HSV(B) | 96.77º | 0.94% | 0.98% | - |
| XYZ | 40.22 | 71.47 | 12.13 | - |
| YUV | 180.15 | 34.79 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 250 | 15 | 0.58 | 0 | 0.94 | 0.02 | 96.77 | 0.96 | 0.52 |
| Hex | 6A | FA | F | 3A | 0 | 5E | 2 | 61 | 60 | 34 |
| Octal | 152 | 372 | 17 | 72 | 0 | 136 | 2 | 141 | 140 | 64 |
| Binary | 1101010 | 11111010 | 1111 | 111010 | 0 | 1011110 | 10 | 1100001 | 1100000 | 110100 |
Color Harmonies of #6AFA0F
Complementary color
Monochromatic Colors of #6AFA0F
Black with #6AFA0F
Text Example
Text Example
White with #6AFA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFA0F; }
p { color: rgb(106,250,15); }
H1.HeaderClassName
{
color: #6AFA0F;
}
.AnyTagClassName
{
color: #6AFA0F;
}
</style>
background-color css
<style>
a { background-color: #6AFA0F; }
a { background-color: rgb(106,250,15); }
div.DivClassName
{
background-color: #6AFA0F;
}
.BgClassName
{
background-color: #6AFA0F;
}
</style>
border-color css
<style>
span { border-color: #6AFA0F; }
span { border-color: rgb(106,250,15); }
td.TdClassName
{
border-color: #6AFA0F;
}
.TagClassName
{
border-color: #6AFA0F;
}
</style>