Shades of Screamin' Green #6AF156
Tints of Screamin' Green #6AF156
RGB
CMYK
RGB Variations
Color information
#6AF156 (or 0x6AF156) is known color: Screamin' Green. HEX triplet: 6A, F1 and 56. RGB value is (106,241,86). Sum of RGB (Red+Green+Blue) = 106+241+86=433 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.48% from 433); Green value is 241 (94.53% from 255 or 55.66% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF156 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF156 is #950EA9. Grayscale: #B7B7B7. Windows color (decimal): -9768618 or 5697898. OLE color: 5697898.
HSL color Cylindrical-coordinate representation of color #6AF156: hue angle of 112.26º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6AF156 is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 241 | 86 | - |
| CMYK | 0.56 | 0 | 0.64 | 0.05 |
| HSL | 112.26º | 0.85% | 0.64% | - |
| HSV(B) | 112.26º | 0.64% | 0.95% | - |
| XYZ | 39.08 | 66.65 | 19.61 | - |
| YUV | 182.97 | 73.27 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 241 | 86 | 0.56 | 0 | 0.64 | 0.05 | 112.26 | 0.85 | 0.64 |
| Hex | 6A | F1 | 56 | 38 | 0 | 40 | 5 | 70 | 55 | 40 |
| Octal | 152 | 361 | 126 | 70 | 0 | 100 | 5 | 160 | 125 | 100 |
| Binary | 1101010 | 11110001 | 1010110 | 111000 | 0 | 1000000 | 101 | 1110000 | 1010101 | 1000000 |
Color Harmonies of #6AF156
Complementary color
Monochromatic Colors of #6AF156
Black with #6AF156
Text Example
Text Example
White with #6AF156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF156; }
p { color: rgb(106,241,86); }
H1.HeaderClassName
{
color: #6AF156;
}
.AnyTagClassName
{
color: #6AF156;
}
</style>
background-color css
<style>
a { background-color: #6AF156; }
a { background-color: rgb(106,241,86); }
div.DivClassName
{
background-color: #6AF156;
}
.BgClassName
{
background-color: #6AF156;
}
</style>
border-color css
<style>
span { border-color: #6AF156; }
span { border-color: rgb(106,241,86); }
td.TdClassName
{
border-color: #6AF156;
}
.TagClassName
{
border-color: #6AF156;
}
</style>