Shades of Pastel Green #6AF07E
Tints of Pastel Green #6AF07E
RGB
CMYK
RGB Variations
Color information
#6AF07E (or 0x6AF07E) is known color: Pastel Green. HEX triplet: 6A, F0 and 7E. RGB value is (106,240,126). Sum of RGB (Red+Green+Blue) = 106+240+126=472 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.46% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF07E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF07E is #950F81. Grayscale: #BBBBBB. Windows color (decimal): -9768834 or 8319082. OLE color: 8319082.
HSL color Cylindrical-coordinate representation of color #6AF07E: hue angle of 128.96º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF07E is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 240 | 126 | - |
| CMYK | 0.56 | 0 | 0.48 | 0.06 |
| HSL | 128.96º | 0.82% | 0.68% | - |
| HSV(B) | 128.96º | 0.56% | 0.94% | - |
| XYZ | 40.87 | 66.89 | 30.5 | - |
| YUV | 186.94 | 93.61 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 240 | 126 | 0.56 | 0 | 0.48 | 0.06 | 128.96 | 0.82 | 0.68 |
| Hex | 6A | F0 | 7E | 38 | 0 | 30 | 6 | 81 | 52 | 44 |
| Octal | 152 | 360 | 176 | 70 | 0 | 60 | 6 | 201 | 122 | 104 |
| Binary | 1101010 | 11110000 | 1111110 | 111000 | 0 | 110000 | 110 | 10000001 | 1010010 | 1000100 |
Color Harmonies of #6AF07E
Complementary color
Monochromatic Colors of #6AF07E
Black with #6AF07E
Text Example
Text Example
White with #6AF07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF07E; }
p { color: rgb(106,240,126); }
H1.HeaderClassName
{
color: #6AF07E;
}
.AnyTagClassName
{
color: #6AF07E;
}
</style>
background-color css
<style>
a { background-color: #6AF07E; }
a { background-color: rgb(106,240,126); }
div.DivClassName
{
background-color: #6AF07E;
}
.BgClassName
{
background-color: #6AF07E;
}
</style>
border-color css
<style>
span { border-color: #6AF07E; }
span { border-color: rgb(106,240,126); }
td.TdClassName
{
border-color: #6AF07E;
}
.TagClassName
{
border-color: #6AF07E;
}
</style>