Shades of Bright Green #6AFD1A
Tints of Bright Green #6AFD1A
RGB
CMYK
RGB Variations
Color information
#6AFD1A (or 0x6AFD1A) is known color: Bright Green. HEX triplet: 6A, FD and 1A. RGB value is (106,253,26). Sum of RGB (Red+Green+Blue) = 106+253+26=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 253 (99.22% from 255 or 65.71% from 385); Blue value is 26 (10.55% from 255 or 6.75% from 385); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFD1A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AFD1A is #9502E5. Grayscale: #B7B7B7. Windows color (decimal): -9765606 or 1768810. OLE color: 1768810.
HSL color Cylindrical-coordinate representation of color #6AFD1A: hue angle of 98.85º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6AFD1A is Cyan = 0.58, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 253 | 26 | - |
| CMYK | 0.58 | 0 | 0.90 | 0.01 |
| HSL | 98.85º | 0.98% | 0.55% | - |
| HSV(B) | 98.85º | 0.9% | 0.99% | - |
| XYZ | 41.26 | 73.39 | 12.97 | - |
| YUV | 183.17 | 39.3 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 253 | 26 | 0.58 | 0 | 0.90 | 0.01 | 98.85 | 0.98 | 0.55 |
| Hex | 6A | FD | 1A | 3A | 0 | 5A | 1 | 63 | 62 | 37 |
| Octal | 152 | 375 | 32 | 72 | 0 | 132 | 1 | 143 | 142 | 67 |
| Binary | 1101010 | 11111101 | 11010 | 111010 | 0 | 1011010 | 1 | 1100011 | 1100010 | 110111 |
Color Harmonies of #6AFD1A
Complementary color
Monochromatic Colors of #6AFD1A
Black with #6AFD1A
Text Example
Text Example
White with #6AFD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFD1A; }
p { color: rgb(106,253,26); }
H1.HeaderClassName
{
color: #6AFD1A;
}
.AnyTagClassName
{
color: #6AFD1A;
}
</style>
background-color css
<style>
a { background-color: #6AFD1A; }
a { background-color: rgb(106,253,26); }
div.DivClassName
{
background-color: #6AFD1A;
}
.BgClassName
{
background-color: #6AFD1A;
}
</style>
border-color css
<style>
span { border-color: #6AFD1A; }
span { border-color: rgb(106,253,26); }
td.TdClassName
{
border-color: #6AFD1A;
}
.TagClassName
{
border-color: #6AFD1A;
}
</style>