Shades of Screamin' Green #6AF66A
Tints of Screamin' Green #6AF66A
RGB
CMYK
RGB Variations
Color information
#6AF66A (or 0x6AF66A) is known color: Screamin' Green. HEX triplet: 6A, F6 and 6A. RGB value is (106,246,106). Sum of RGB (Red+Green+Blue) = 106+246+106=458 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.14% from 458); Green value is 246 (96.48% from 255 or 53.71% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 246 - color contains mainly: green. Hex color #6AF66A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF66A is #950995. Grayscale: #BCBCBC. Windows color (decimal): -9767318 or 7009898. OLE color: 7009898.
HSL color Cylindrical-coordinate representation of color #6AF66A: hue angle of 120º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF66A is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 106 | 246 | 106 | - |
| CMYK | 0.57 | 0 | 0.57 | 0.04 |
| HSL | 120º | 0.89% | 0.69% | - |
| HSV(B) | 120º | 0.57% | 0.96% | - |
| XYZ | 41.5 | 70.02 | 24.96 | - |
| YUV | 188.18 | 81.62 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 246 | 106 | 0.57 | 0 | 0.57 | 0.04 | 120 | 0.89 | 0.69 |
| Hex | 6A | F6 | 6A | 39 | 0 | 39 | 4 | 78 | 59 | 45 |
| Octal | 152 | 366 | 152 | 71 | 0 | 71 | 4 | 170 | 131 | 105 |
| Binary | 1101010 | 11110110 | 1101010 | 111001 | 0 | 111001 | 100 | 1111000 | 1011001 | 1000101 |
Color Harmonies of #6AF66A
Complementary color
Monochromatic Colors of #6AF66A
Black with #6AF66A
Text Example
Text Example
White with #6AF66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF66A; }
p { color: rgb(106,246,106); }
H1.HeaderClassName
{
color: #6AF66A;
}
.AnyTagClassName
{
color: #6AF66A;
}
</style>
background-color css
<style>
a { background-color: #6AF66A; }
a { background-color: rgb(106,246,106); }
div.DivClassName
{
background-color: #6AF66A;
}
.BgClassName
{
background-color: #6AF66A;
}
</style>
border-color css
<style>
span { border-color: #6AF66A; }
span { border-color: rgb(106,246,106); }
td.TdClassName
{
border-color: #6AF66A;
}
.TagClassName
{
border-color: #6AF66A;
}
</style>