Shades of Screamin' Green #6AF16C
Tints of Screamin' Green #6AF16C
RGB
CMYK
RGB Variations
Color information
#6AF16C (or 0x6AF16C) is known color: Screamin' Green. HEX triplet: 6A, F1 and 6C. RGB value is (106,241,108). Sum of RGB (Red+Green+Blue) = 106+241+108=455 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.30% from 455); Green value is 241 (94.53% from 255 or 52.97% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF16C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF16C is #950E93. Grayscale: #B9B9B9. Windows color (decimal): -9768596 or 7139690. OLE color: 7139690.
HSL color Cylindrical-coordinate representation of color #6AF16C: hue angle of 120.89º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF16C is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 241 | 108 | - |
| CMYK | 0.56 | 0 | 0.55 | 0.05 |
| HSL | 120.89º | 0.83% | 0.68% | - |
| HSV(B) | 120.89º | 0.56% | 0.95% | - |
| XYZ | 40.11 | 67.06 | 25.02 | - |
| YUV | 185.47 | 84.27 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 241 | 108 | 0.56 | 0 | 0.55 | 0.05 | 120.89 | 0.83 | 0.68 |
| Hex | 6A | F1 | 6C | 38 | 0 | 37 | 5 | 79 | 53 | 44 |
| Octal | 152 | 361 | 154 | 70 | 0 | 67 | 5 | 171 | 123 | 104 |
| Binary | 1101010 | 11110001 | 1101100 | 111000 | 0 | 110111 | 101 | 1111001 | 1010011 | 1000100 |
Color Harmonies of #6AF16C
Complementary color
Monochromatic Colors of #6AF16C
Black with #6AF16C
Text Example
Text Example
White with #6AF16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF16C; }
p { color: rgb(106,241,108); }
H1.HeaderClassName
{
color: #6AF16C;
}
.AnyTagClassName
{
color: #6AF16C;
}
</style>
background-color css
<style>
a { background-color: #6AF16C; }
a { background-color: rgb(106,241,108); }
div.DivClassName
{
background-color: #6AF16C;
}
.BgClassName
{
background-color: #6AF16C;
}
</style>
border-color css
<style>
span { border-color: #6AF16C; }
span { border-color: rgb(106,241,108); }
td.TdClassName
{
border-color: #6AF16C;
}
.TagClassName
{
border-color: #6AF16C;
}
</style>