Shades of Bright Green #6ADC0C
Tints of Bright Green #6ADC0C
RGB
CMYK
RGB Variations
Color information
#6ADC0C (or 0x6ADC0C) is known color: Bright Green. HEX triplet: 6A, DC and 0C. RGB value is (106,220,12). Sum of RGB (Red+Green+Blue) = 106+220+12=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 220 (86.33% from 255 or 65.09% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ADC0C is #9523F3. Grayscale: #A2A2A2. Windows color (decimal): -9774068 or 842858. OLE color: 842858.
HSL color Cylindrical-coordinate representation of color #6ADC0C: hue angle of 92.88º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6ADC0C is Cyan = 0.52, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 220 | 12 | - |
| CMYK | 0.52 | 0 | 0.95 | 0.14 |
| HSL | 92.88º | 0.9% | 0.45% | - |
| HSV(B) | 92.88º | 0.95% | 0.86% | - |
| XYZ | 31.6 | 54.28 | 9.16 | - |
| YUV | 162.2 | 43.23 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 12 | 0.52 | 0 | 0.95 | 0.14 | 92.88 | 0.9 | 0.45 |
| Hex | 6A | DC | C | 34 | 0 | 5F | E | 5D | 5A | 2D |
| Octal | 152 | 334 | 14 | 64 | 0 | 137 | 16 | 135 | 132 | 55 |
| Binary | 1101010 | 11011100 | 1100 | 110100 | 0 | 1011111 | 1110 | 1011101 | 1011010 | 101101 |
Color Harmonies of #6ADC0C
Complementary color
Monochromatic Colors of #6ADC0C
Black with #6ADC0C
Text Example
Text Example
White with #6ADC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADC0C; }
p { color: rgb(106,220,12); }
H1.HeaderClassName
{
color: #6ADC0C;
}
.AnyTagClassName
{
color: #6ADC0C;
}
</style>
background-color css
<style>
a { background-color: #6ADC0C; }
a { background-color: rgb(106,220,12); }
div.DivClassName
{
background-color: #6ADC0C;
}
.BgClassName
{
background-color: #6ADC0C;
}
</style>
border-color css
<style>
span { border-color: #6ADC0C; }
span { border-color: rgb(106,220,12); }
td.TdClassName
{
border-color: #6ADC0C;
}
.TagClassName
{
border-color: #6ADC0C;
}
</style>