Shades of Pastel Green #6AF07F
Tints of Pastel Green #6AF07F
RGB
CMYK
RGB Variations
Color information
#6AF07F (or 0x6AF07F) is known color: Pastel Green. HEX triplet: 6A, F0 and 7F. RGB value is (106,240,127). Sum of RGB (Red+Green+Blue) = 106+240+127=473 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.41% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF07F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF07F is #950F80. Grayscale: #BBBBBB. Windows color (decimal): -9768833 or 8384618. OLE color: 8384618.
HSL color Cylindrical-coordinate representation of color #6AF07F: hue angle of 129.4º 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 #6AF07F is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 240 | 127 | - |
| CMYK | 0.56 | 0 | 0.47 | 0.06 |
| HSL | 129.4º | 0.82% | 0.68% | - |
| HSV(B) | 129.4º | 0.56% | 0.94% | - |
| XYZ | 40.93 | 66.92 | 30.84 | - |
| YUV | 187.05 | 94.11 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 240 | 127 | 0.56 | 0 | 0.47 | 0.06 | 129.4 | 0.82 | 0.68 |
| Hex | 6A | F0 | 7F | 38 | 0 | 2F | 6 | 81 | 52 | 44 |
| Octal | 152 | 360 | 177 | 70 | 0 | 57 | 6 | 201 | 122 | 104 |
| Binary | 1101010 | 11110000 | 1111111 | 111000 | 0 | 101111 | 110 | 10000001 | 1010010 | 1000100 |
Color Harmonies of #6AF07F
Complementary color
Monochromatic Colors of #6AF07F
Black with #6AF07F
Text Example
Text Example
White with #6AF07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF07F; }
p { color: rgb(106,240,127); }
H1.HeaderClassName
{
color: #6AF07F;
}
.AnyTagClassName
{
color: #6AF07F;
}
</style>
background-color css
<style>
a { background-color: #6AF07F; }
a { background-color: rgb(106,240,127); }
div.DivClassName
{
background-color: #6AF07F;
}
.BgClassName
{
background-color: #6AF07F;
}
</style>
border-color css
<style>
span { border-color: #6AF07F; }
span { border-color: rgb(106,240,127); }
td.TdClassName
{
border-color: #6AF07F;
}
.TagClassName
{
border-color: #6AF07F;
}
</style>