Shades of Screamin' Green #6AF15C
Tints of Screamin' Green #6AF15C
RGB
CMYK
RGB Variations
Color information
#6AF15C (or 0x6AF15C) is known color: Screamin' Green. HEX triplet: 6A, F1 and 5C. RGB value is (106,241,92). Sum of RGB (Red+Green+Blue) = 106+241+92=439 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.15% from 439); Green value is 241 (94.53% from 255 or 54.90% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF15C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF15C is #950EA3. Grayscale: #B8B8B8. Windows color (decimal): -9768612 or 6091114. OLE color: 6091114.
HSL color Cylindrical-coordinate representation of color #6AF15C: hue angle of 114.36º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6AF15C is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 241 | 92 | - |
| CMYK | 0.56 | 0 | 0.62 | 0.05 |
| HSL | 114.36º | 0.84% | 0.65% | - |
| HSV(B) | 114.36º | 0.62% | 0.95% | - |
| XYZ | 39.33 | 66.75 | 20.94 | - |
| YUV | 183.65 | 76.27 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 241 | 92 | 0.56 | 0 | 0.62 | 0.05 | 114.36 | 0.84 | 0.65 |
| Hex | 6A | F1 | 5C | 38 | 0 | 3E | 5 | 72 | 54 | 41 |
| Octal | 152 | 361 | 134 | 70 | 0 | 76 | 5 | 162 | 124 | 101 |
| Binary | 1101010 | 11110001 | 1011100 | 111000 | 0 | 111110 | 101 | 1110010 | 1010100 | 1000001 |
Color Harmonies of #6AF15C
Complementary color
Monochromatic Colors of #6AF15C
Black with #6AF15C
Text Example
Text Example
White with #6AF15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF15C; }
p { color: rgb(106,241,92); }
H1.HeaderClassName
{
color: #6AF15C;
}
.AnyTagClassName
{
color: #6AF15C;
}
</style>
background-color css
<style>
a { background-color: #6AF15C; }
a { background-color: rgb(106,241,92); }
div.DivClassName
{
background-color: #6AF15C;
}
.BgClassName
{
background-color: #6AF15C;
}
</style>
border-color css
<style>
span { border-color: #6AF15C; }
span { border-color: rgb(106,241,92); }
td.TdClassName
{
border-color: #6AF15C;
}
.TagClassName
{
border-color: #6AF15C;
}
</style>