Shades of Bright Green #6AEA18
Tints of Bright Green #6AEA18
RGB
CMYK
RGB Variations
Color information
#6AEA18 (or 0x6AEA18) is known color: Bright Green. HEX triplet: 6A, EA and 18. RGB value is (106,234,24). Sum of RGB (Red+Green+Blue) = 106+234+24=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 234 (91.80% from 255 or 64.29% from 364); Blue value is 24 (9.77% from 255 or 6.59% from 364); Max value from RGB is 234 - color contains mainly: green. Hex color #6AEA18 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AEA18 is #9515E7. Grayscale: #ACACAC. Windows color (decimal): -9770472 or 1632874. OLE color: 1632874.
HSL color Cylindrical-coordinate representation of color #6AEA18: hue angle of 96.57º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6AEA18 is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 234 | 24 | - |
| CMYK | 0.55 | 0 | 0.90 | 0.08 |
| HSL | 96.57º | 0.83% | 0.51% | - |
| HSV(B) | 96.57º | 0.9% | 0.92% | - |
| XYZ | 35.53 | 61.98 | 10.95 | - |
| YUV | 171.79 | 44.59 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 234 | 24 | 0.55 | 0 | 0.90 | 0.08 | 96.57 | 0.83 | 0.51 |
| Hex | 6A | EA | 18 | 37 | 0 | 5A | 8 | 61 | 53 | 33 |
| Octal | 152 | 352 | 30 | 67 | 0 | 132 | 10 | 141 | 123 | 63 |
| Binary | 1101010 | 11101010 | 11000 | 110111 | 0 | 1011010 | 1000 | 1100001 | 1010011 | 110011 |
Color Harmonies of #6AEA18
Complementary color
Monochromatic Colors of #6AEA18
Black with #6AEA18
Text Example
Text Example
White with #6AEA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEA18; }
p { color: rgb(106,234,24); }
H1.HeaderClassName
{
color: #6AEA18;
}
.AnyTagClassName
{
color: #6AEA18;
}
</style>
background-color css
<style>
a { background-color: #6AEA18; }
a { background-color: rgb(106,234,24); }
div.DivClassName
{
background-color: #6AEA18;
}
.BgClassName
{
background-color: #6AEA18;
}
</style>
border-color css
<style>
span { border-color: #6AEA18; }
span { border-color: rgb(106,234,24); }
td.TdClassName
{
border-color: #6AEA18;
}
.TagClassName
{
border-color: #6AEA18;
}
</style>