Shades of Screamin' Green #6AF986
Tints of Screamin' Green #6AF986
RGB
CMYK
RGB Variations
Color information
#6AF986 (or 0x6AF986) is known color: Screamin' Green. HEX triplet: 6A, F9 and 86. RGB value is (106,249,134). Sum of RGB (Red+Green+Blue) = 106+249+134=489 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.68% from 489); Green value is 249 (97.66% from 255 or 50.92% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 249 - color contains mainly: green. Hex color #6AF986 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF986 is #950679. Grayscale: #C1C1C1. Windows color (decimal): -9766522 or 8845674. OLE color: 8845674.
HSL color Cylindrical-coordinate representation of color #6AF986: hue angle of 131.75º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF986 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 249 | 134 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.02 |
| HSL | 131.75º | 0.92% | 0.7% | - |
| HSV(B) | 131.75º | 0.57% | 0.98% | - |
| XYZ | 44.12 | 72.54 | 34.23 | - |
| YUV | 193.13 | 94.62 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 249 | 134 | 0.57 | 0 | 0.46 | 0.02 | 131.75 | 0.92 | 0.7 |
| Hex | 6A | F9 | 86 | 39 | 0 | 2E | 2 | 84 | 5C | 46 |
| Octal | 152 | 371 | 206 | 71 | 0 | 56 | 2 | 204 | 134 | 106 |
| Binary | 1101010 | 11111001 | 10000110 | 111001 | 0 | 101110 | 10 | 10000100 | 1011100 | 1000110 |
Color Harmonies of #6AF986
Complementary color
Monochromatic Colors of #6AF986
Black with #6AF986
Text Example
Text Example
White with #6AF986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF986; }
p { color: rgb(106,249,134); }
H1.HeaderClassName
{
color: #6AF986;
}
.AnyTagClassName
{
color: #6AF986;
}
</style>
background-color css
<style>
a { background-color: #6AF986; }
a { background-color: rgb(106,249,134); }
div.DivClassName
{
background-color: #6AF986;
}
.BgClassName
{
background-color: #6AF986;
}
</style>
border-color css
<style>
span { border-color: #6AF986; }
span { border-color: rgb(106,249,134); }
td.TdClassName
{
border-color: #6AF986;
}
.TagClassName
{
border-color: #6AF986;
}
</style>