Shades of Bright Green #6AF908
Tints of Bright Green #6AF908
RGB
CMYK
RGB Variations
Color information
#6AF908 (or 0x6AF908) is known color: Bright Green. HEX triplet: 6A, F9 and 08. RGB value is (106,249,8). Sum of RGB (Red+Green+Blue) = 106+249+8=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 249 (97.66% from 255 or 68.60% from 363); Blue value is 8 (3.52% from 255 or 2.20% from 363); Max value from RGB is 249 - color contains mainly: green. Hex color #6AF908 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF908 is #9506F7. Grayscale: #B3B3B3. Windows color (decimal): -9766648 or 588138. OLE color: 588138.
HSL color Cylindrical-coordinate representation of color #6AF908: hue angle of 95.6º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6AF908 is Cyan = 0.57, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 249 | 8 | - |
| CMYK | 0.57 | 0 | 0.97 | 0.02 |
| HSL | 95.6º | 0.95% | 0.5% | - |
| HSV(B) | 95.6º | 0.97% | 0.98% | - |
| XYZ | 39.86 | 70.83 | 11.8 | - |
| YUV | 178.77 | 31.62 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 249 | 8 | 0.57 | 0 | 0.97 | 0.02 | 95.6 | 0.95 | 0.5 |
| Hex | 6A | F9 | 8 | 39 | 0 | 61 | 2 | 60 | 5F | 32 |
| Octal | 152 | 371 | 10 | 71 | 0 | 141 | 2 | 140 | 137 | 62 |
| Binary | 1101010 | 11111001 | 1000 | 111001 | 0 | 1100001 | 10 | 1100000 | 1011111 | 110010 |
Color Harmonies of #6AF908
Complementary color
Monochromatic Colors of #6AF908
Black with #6AF908
Text Example
Text Example
White with #6AF908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF908; }
p { color: rgb(106,249,8); }
H1.HeaderClassName
{
color: #6AF908;
}
.AnyTagClassName
{
color: #6AF908;
}
</style>
background-color css
<style>
a { background-color: #6AF908; }
a { background-color: rgb(106,249,8); }
div.DivClassName
{
background-color: #6AF908;
}
.BgClassName
{
background-color: #6AF908;
}
</style>
border-color css
<style>
span { border-color: #6AF908; }
span { border-color: rgb(106,249,8); }
td.TdClassName
{
border-color: #6AF908;
}
.TagClassName
{
border-color: #6AF908;
}
</style>