Shades of Bright Green #6AF81A
Tints of Bright Green #6AF81A
RGB
CMYK
RGB Variations
Color information
#6AF81A (or 0x6AF81A) is known color: Bright Green. HEX triplet: 6A, F8 and 1A. RGB value is (106,248,26). Sum of RGB (Red+Green+Blue) = 106+248+26=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 248 (97.27% from 255 or 65.26% from 380); Blue value is 26 (10.55% from 255 or 6.84% from 380); Max value from RGB is 248 - color contains mainly: green. Hex color #6AF81A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AF81A is #9507E5. Grayscale: #B4B4B4. Windows color (decimal): -9766886 or 1767530. OLE color: 1767530.
HSL color Cylindrical-coordinate representation of color #6AF81A: hue angle of 98.38º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6AF81A is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 106 | 248 | 26 | - |
| CMYK | 0.57 | 0 | 0.90 | 0.03 |
| HSL | 98.38º | 0.94% | 0.54% | - |
| HSV(B) | 98.38º | 0.9% | 0.97% | - |
| XYZ | 39.7 | 70.27 | 12.45 | - |
| YUV | 180.23 | 40.96 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 248 | 26 | 0.57 | 0 | 0.90 | 0.03 | 98.38 | 0.94 | 0.54 |
| Hex | 6A | F8 | 1A | 39 | 0 | 5A | 3 | 62 | 5E | 36 |
| Octal | 152 | 370 | 32 | 71 | 0 | 132 | 3 | 142 | 136 | 66 |
| Binary | 1101010 | 11111000 | 11010 | 111001 | 0 | 1011010 | 11 | 1100010 | 1011110 | 110110 |
Color Harmonies of #6AF81A
Complementary color
Monochromatic Colors of #6AF81A
Black with #6AF81A
Text Example
Text Example
White with #6AF81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF81A; }
p { color: rgb(106,248,26); }
H1.HeaderClassName
{
color: #6AF81A;
}
.AnyTagClassName
{
color: #6AF81A;
}
</style>
background-color css
<style>
a { background-color: #6AF81A; }
a { background-color: rgb(106,248,26); }
div.DivClassName
{
background-color: #6AF81A;
}
.BgClassName
{
background-color: #6AF81A;
}
</style>
border-color css
<style>
span { border-color: #6AF81A; }
span { border-color: rgb(106,248,26); }
td.TdClassName
{
border-color: #6AF81A;
}
.TagClassName
{
border-color: #6AF81A;
}
</style>