Shades of Bright Green #6AD902
Tints of Bright Green #6AD902
RGB
CMYK
RGB Variations
Color information
#6AD902 (or 0x6AD902) is known color: Bright Green. HEX triplet: 6A, D9 and 02. RGB value is (106,217,2). Sum of RGB (Red+Green+Blue) = 106+217+2=325 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.62% from 325); Green value is 217 (85.16% from 255 or 66.77% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 217 - color contains mainly: green. Hex color #6AD902 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AD902 is #9526FD. Grayscale: #A0A0A0. Windows color (decimal): -9774846 or 186730. OLE color: 186730.
HSL color Cylindrical-coordinate representation of color #6AD902: hue angle of 90.98º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6AD902 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 217 | 2 | - |
| CMYK | 0.51 | 0 | 0.99 | 0.15 |
| HSL | 90.98º | 0.98% | 0.43% | - |
| HSV(B) | 90.98º | 0.99% | 0.85% | - |
| XYZ | 30.77 | 52.69 | 8.61 | - |
| YUV | 159.3 | 39.23 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 217 | 2 | 0.51 | 0 | 0.99 | 0.15 | 90.98 | 0.98 | 0.43 |
| Hex | 6A | D9 | 2 | 33 | 0 | 63 | F | 5B | 62 | 2B |
| Octal | 152 | 331 | 2 | 63 | 0 | 143 | 17 | 133 | 142 | 53 |
| Binary | 1101010 | 11011001 | 10 | 110011 | 0 | 1100011 | 1111 | 1011011 | 1100010 | 101011 |
Color Harmonies of #6AD902
Complementary color
Monochromatic Colors of #6AD902
Black with #6AD902
Text Example
Text Example
White with #6AD902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD902; }
p { color: rgb(106,217,2); }
H1.HeaderClassName
{
color: #6AD902;
}
.AnyTagClassName
{
color: #6AD902;
}
</style>
background-color css
<style>
a { background-color: #6AD902; }
a { background-color: rgb(106,217,2); }
div.DivClassName
{
background-color: #6AD902;
}
.BgClassName
{
background-color: #6AD902;
}
</style>
border-color css
<style>
span { border-color: #6AD902; }
span { border-color: rgb(106,217,2); }
td.TdClassName
{
border-color: #6AD902;
}
.TagClassName
{
border-color: #6AD902;
}
</style>