Shades of Bright Green #6AF30A
Tints of Bright Green #6AF30A
RGB
CMYK
RGB Variations
Color information
#6AF30A (or 0x6AF30A) is known color: Bright Green. HEX triplet: 6A, F3 and 0A. RGB value is (106,243,10). Sum of RGB (Red+Green+Blue) = 106+243+10=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 243 (95.31% from 255 or 67.69% from 359); Blue value is 10 (4.30% from 255 or 2.79% from 359); Max value from RGB is 243 - color contains mainly: green. Hex color #6AF30A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF30A is #950CF5. Grayscale: #B0B0B0. Windows color (decimal): -9768182 or 717674. OLE color: 717674.
HSL color Cylindrical-coordinate representation of color #6AF30A: hue angle of 95.28º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6AF30A is Cyan = 0.56, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 243 | 10 | - |
| CMYK | 0.56 | 0 | 0.96 | 0.05 |
| HSL | 95.28º | 0.92% | 0.5% | - |
| HSV(B) | 95.28º | 0.96% | 0.95% | - |
| XYZ | 38.05 | 67.19 | 11.25 | - |
| YUV | 175.48 | 34.61 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 243 | 10 | 0.56 | 0 | 0.96 | 0.05 | 95.28 | 0.92 | 0.5 |
| Hex | 6A | F3 | A | 38 | 0 | 60 | 5 | 5F | 5C | 32 |
| Octal | 152 | 363 | 12 | 70 | 0 | 140 | 5 | 137 | 134 | 62 |
| Binary | 1101010 | 11110011 | 1010 | 111000 | 0 | 1100000 | 101 | 1011111 | 1011100 | 110010 |
Color Harmonies of #6AF30A
Complementary color
Monochromatic Colors of #6AF30A
Black with #6AF30A
Text Example
Text Example
White with #6AF30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF30A; }
p { color: rgb(106,243,10); }
H1.HeaderClassName
{
color: #6AF30A;
}
.AnyTagClassName
{
color: #6AF30A;
}
</style>
background-color css
<style>
a { background-color: #6AF30A; }
a { background-color: rgb(106,243,10); }
div.DivClassName
{
background-color: #6AF30A;
}
.BgClassName
{
background-color: #6AF30A;
}
</style>
border-color css
<style>
span { border-color: #6AF30A; }
span { border-color: rgb(106,243,10); }
td.TdClassName
{
border-color: #6AF30A;
}
.TagClassName
{
border-color: #6AF30A;
}
</style>