Shades of Bright Green #6AEA16
Tints of Bright Green #6AEA16
RGB
CMYK
RGB Variations
Color information
#6AEA16 (or 0x6AEA16) is known color: Bright Green. HEX triplet: 6A, EA and 16. RGB value is (106,234,22). Sum of RGB (Red+Green+Blue) = 106+234+22=362 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.28% from 362); Green value is 234 (91.80% from 255 or 64.64% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 234 - color contains mainly: green. Hex color #6AEA16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AEA16 is #9515E9. Grayscale: #ACACAC. Windows color (decimal): -9770474 or 1501802. OLE color: 1501802.
HSL color Cylindrical-coordinate representation of color #6AEA16: hue angle of 96.23º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6AEA16 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 234 | 22 | - |
| CMYK | 0.55 | 0 | 0.91 | 0.08 |
| HSL | 96.23º | 0.83% | 0.5% | - |
| HSV(B) | 96.23º | 0.91% | 0.92% | - |
| XYZ | 35.51 | 61.97 | 10.85 | - |
| YUV | 171.56 | 43.59 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 234 | 22 | 0.55 | 0 | 0.91 | 0.08 | 96.23 | 0.83 | 0.5 |
| Hex | 6A | EA | 16 | 37 | 0 | 5B | 8 | 60 | 53 | 32 |
| Octal | 152 | 352 | 26 | 67 | 0 | 133 | 10 | 140 | 123 | 62 |
| Binary | 1101010 | 11101010 | 10110 | 110111 | 0 | 1011011 | 1000 | 1100000 | 1010011 | 110010 |
Color Harmonies of #6AEA16
Complementary color
Monochromatic Colors of #6AEA16
Black with #6AEA16
Text Example
Text Example
White with #6AEA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEA16; }
p { color: rgb(106,234,22); }
H1.HeaderClassName
{
color: #6AEA16;
}
.AnyTagClassName
{
color: #6AEA16;
}
</style>
background-color css
<style>
a { background-color: #6AEA16; }
a { background-color: rgb(106,234,22); }
div.DivClassName
{
background-color: #6AEA16;
}
.BgClassName
{
background-color: #6AEA16;
}
</style>
border-color css
<style>
span { border-color: #6AEA16; }
span { border-color: rgb(106,234,22); }
td.TdClassName
{
border-color: #6AEA16;
}
.TagClassName
{
border-color: #6AEA16;
}
</style>