Shades of Bright Green #6ADC08
Tints of Bright Green #6ADC08
RGB
CMYK
RGB Variations
Color information
#6ADC08 (or 0x6ADC08) is known color: Bright Green. HEX triplet: 6A, DC and 08. RGB value is (106,220,8). Sum of RGB (Red+Green+Blue) = 106+220+8=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 220 (86.33% from 255 or 65.87% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ADC08 is #9523F7. Grayscale: #A2A2A2. Windows color (decimal): -9774072 or 580714. OLE color: 580714.
HSL color Cylindrical-coordinate representation of color #6ADC08: hue angle of 92.26º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6ADC08 is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 220 | 8 | - |
| CMYK | 0.52 | 0 | 0.96 | 0.14 |
| HSL | 92.26º | 0.93% | 0.45% | - |
| HSV(B) | 92.26º | 0.96% | 0.86% | - |
| XYZ | 31.58 | 54.27 | 9.04 | - |
| YUV | 161.75 | 41.23 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 8 | 0.52 | 0 | 0.96 | 0.14 | 92.26 | 0.93 | 0.45 |
| Hex | 6A | DC | 8 | 34 | 0 | 60 | E | 5C | 5D | 2D |
| Octal | 152 | 334 | 10 | 64 | 0 | 140 | 16 | 134 | 135 | 55 |
| Binary | 1101010 | 11011100 | 1000 | 110100 | 0 | 1100000 | 1110 | 1011100 | 1011101 | 101101 |
Color Harmonies of #6ADC08
Complementary color
Monochromatic Colors of #6ADC08
Black with #6ADC08
Text Example
Text Example
White with #6ADC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADC08; }
p { color: rgb(106,220,8); }
H1.HeaderClassName
{
color: #6ADC08;
}
.AnyTagClassName
{
color: #6ADC08;
}
</style>
background-color css
<style>
a { background-color: #6ADC08; }
a { background-color: rgb(106,220,8); }
div.DivClassName
{
background-color: #6ADC08;
}
.BgClassName
{
background-color: #6ADC08;
}
</style>
border-color css
<style>
span { border-color: #6ADC08; }
span { border-color: rgb(106,220,8); }
td.TdClassName
{
border-color: #6ADC08;
}
.TagClassName
{
border-color: #6ADC08;
}
</style>