Shades of Screamin' Green #6AF05A
Tints of Screamin' Green #6AF05A
RGB
CMYK
RGB Variations
Color information
#6AF05A (or 0x6AF05A) is known color: Screamin' Green. HEX triplet: 6A, F0 and 5A. RGB value is (106,240,90). Sum of RGB (Red+Green+Blue) = 106+240+90=436 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.31% from 436); Green value is 240 (94.14% from 255 or 55.05% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF05A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF05A is #950FA5. Grayscale: #B7B7B7. Windows color (decimal): -9768870 or 5959786. OLE color: 5959786.
HSL color Cylindrical-coordinate representation of color #6AF05A: hue angle of 113.6º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6AF05A is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 240 | 90 | - |
| CMYK | 0.56 | 0 | 0.62 | 0.06 |
| HSL | 113.6º | 0.83% | 0.65% | - |
| HSV(B) | 113.6º | 0.63% | 0.94% | - |
| XYZ | 38.95 | 66.12 | 20.38 | - |
| YUV | 182.83 | 75.61 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 240 | 90 | 0.56 | 0 | 0.62 | 0.06 | 113.6 | 0.83 | 0.65 |
| Hex | 6A | F0 | 5A | 38 | 0 | 3E | 6 | 72 | 53 | 41 |
| Octal | 152 | 360 | 132 | 70 | 0 | 76 | 6 | 162 | 123 | 101 |
| Binary | 1101010 | 11110000 | 1011010 | 111000 | 0 | 111110 | 110 | 1110010 | 1010011 | 1000001 |
Color Harmonies of #6AF05A
Complementary color
Monochromatic Colors of #6AF05A
Black with #6AF05A
Text Example
Text Example
White with #6AF05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF05A; }
p { color: rgb(106,240,90); }
H1.HeaderClassName
{
color: #6AF05A;
}
.AnyTagClassName
{
color: #6AF05A;
}
</style>
background-color css
<style>
a { background-color: #6AF05A; }
a { background-color: rgb(106,240,90); }
div.DivClassName
{
background-color: #6AF05A;
}
.BgClassName
{
background-color: #6AF05A;
}
</style>
border-color css
<style>
span { border-color: #6AF05A; }
span { border-color: rgb(106,240,90); }
td.TdClassName
{
border-color: #6AF05A;
}
.TagClassName
{
border-color: #6AF05A;
}
</style>