Shades of Bright Green #6AF90D
Tints of Bright Green #6AF90D
RGB
CMYK
RGB Variations
Color information
#6AF90D (or 0x6AF90D) is known color: Bright Green. HEX triplet: 6A, F9 and 0D. RGB value is (106,249,13). Sum of RGB (Red+Green+Blue) = 106+249+13=368 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.80% from 368); Green value is 249 (97.66% from 255 or 67.66% from 368); Blue value is 13 (5.47% from 255 or 3.53% from 368); Max value from RGB is 249 - color contains mainly: green. Hex color #6AF90D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF90D is #9506F2. Grayscale: #B4B4B4. Windows color (decimal): -9766643 or 915818. OLE color: 915818.
HSL color Cylindrical-coordinate representation of color #6AF90D: hue angle of 96.36º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6AF90D is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 249 | 13 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.02 |
| HSL | 96.36º | 0.95% | 0.51% | - |
| HSV(B) | 96.36º | 0.95% | 0.98% | - |
| XYZ | 39.89 | 70.84 | 11.95 | - |
| YUV | 179.34 | 34.12 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 249 | 13 | 0.57 | 0 | 0.95 | 0.02 | 96.36 | 0.95 | 0.51 |
| Hex | 6A | F9 | D | 39 | 0 | 5F | 2 | 60 | 5F | 33 |
| Octal | 152 | 371 | 15 | 71 | 0 | 137 | 2 | 140 | 137 | 63 |
| Binary | 1101010 | 11111001 | 1101 | 111001 | 0 | 1011111 | 10 | 1100000 | 1011111 | 110011 |
Color Harmonies of #6AF90D
Complementary color
Monochromatic Colors of #6AF90D
Black with #6AF90D
Text Example
Text Example
White with #6AF90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF90D; }
p { color: rgb(106,249,13); }
H1.HeaderClassName
{
color: #6AF90D;
}
.AnyTagClassName
{
color: #6AF90D;
}
</style>
background-color css
<style>
a { background-color: #6AF90D; }
a { background-color: rgb(106,249,13); }
div.DivClassName
{
background-color: #6AF90D;
}
.BgClassName
{
background-color: #6AF90D;
}
</style>
border-color css
<style>
span { border-color: #6AF90D; }
span { border-color: rgb(106,249,13); }
td.TdClassName
{
border-color: #6AF90D;
}
.TagClassName
{
border-color: #6AF90D;
}
</style>