Shades of Screamin' Green #6AF672
Tints of Screamin' Green #6AF672
RGB
CMYK
RGB Variations
Color information
#6AF672 (or 0x6AF672) is known color: Screamin' Green. HEX triplet: 6A, F6 and 72. RGB value is (106,246,114). Sum of RGB (Red+Green+Blue) = 106+246+114=466 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.75% from 466); Green value is 246 (96.48% from 255 or 52.79% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 246 - color contains mainly: green. Hex color #6AF672 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF672 is #95098D. Grayscale: #BDBDBD. Windows color (decimal): -9767310 or 7534186. OLE color: 7534186.
HSL color Cylindrical-coordinate representation of color #6AF672: hue angle of 123.43º 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 #6AF672 is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 106 | 246 | 114 | - |
| CMYK | 0.57 | 0 | 0.54 | 0.04 |
| HSL | 123.43º | 0.89% | 0.69% | - |
| HSV(B) | 123.43º | 0.57% | 0.96% | - |
| XYZ | 41.94 | 70.19 | 27.26 | - |
| YUV | 189.09 | 85.62 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 246 | 114 | 0.57 | 0 | 0.54 | 0.04 | 123.43 | 0.89 | 0.69 |
| Hex | 6A | F6 | 72 | 39 | 0 | 36 | 4 | 7B | 59 | 45 |
| Octal | 152 | 366 | 162 | 71 | 0 | 66 | 4 | 173 | 131 | 105 |
| Binary | 1101010 | 11110110 | 1110010 | 111001 | 0 | 110110 | 100 | 1111011 | 1011001 | 1000101 |
Color Harmonies of #6AF672
Complementary color
Monochromatic Colors of #6AF672
Black with #6AF672
Text Example
Text Example
White with #6AF672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF672; }
p { color: rgb(106,246,114); }
H1.HeaderClassName
{
color: #6AF672;
}
.AnyTagClassName
{
color: #6AF672;
}
</style>
background-color css
<style>
a { background-color: #6AF672; }
a { background-color: rgb(106,246,114); }
div.DivClassName
{
background-color: #6AF672;
}
.BgClassName
{
background-color: #6AF672;
}
</style>
border-color css
<style>
span { border-color: #6AF672; }
span { border-color: rgb(106,246,114); }
td.TdClassName
{
border-color: #6AF672;
}
.TagClassName
{
border-color: #6AF672;
}
</style>