Shades of Pastel Green #6AF78B
Tints of Pastel Green #6AF78B
RGB
CMYK
RGB Variations
Color information
#6AF78B (or 0x6AF78B) is known color: Pastel Green. HEX triplet: 6A, F7 and 8B. RGB value is (106,247,139). Sum of RGB (Red+Green+Blue) = 106+247+139=492 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.54% from 492); Green value is 247 (96.88% from 255 or 50.20% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 247 - color contains mainly: green. Hex color #6AF78B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF78B is #950874. Grayscale: #C0C0C0. Windows color (decimal): -9767029 or 9172842. OLE color: 9172842.
HSL color Cylindrical-coordinate representation of color #6AF78B: hue angle of 134.04º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF78B is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 106 | 247 | 139 | - |
| CMYK | 0.57 | 0 | 0.44 | 0.03 |
| HSL | 134.04º | 0.9% | 0.69% | - |
| HSV(B) | 134.04º | 0.57% | 0.97% | - |
| XYZ | 43.86 | 71.45 | 35.91 | - |
| YUV | 192.53 | 97.79 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 247 | 139 | 0.57 | 0 | 0.44 | 0.03 | 134.04 | 0.9 | 0.69 |
| Hex | 6A | F7 | 8B | 39 | 0 | 2C | 3 | 86 | 5A | 45 |
| Octal | 152 | 367 | 213 | 71 | 0 | 54 | 3 | 206 | 132 | 105 |
| Binary | 1101010 | 11110111 | 10001011 | 111001 | 0 | 101100 | 11 | 10000110 | 1011010 | 1000101 |
Color Harmonies of #6AF78B
Complementary color
Monochromatic Colors of #6AF78B
Black with #6AF78B
Text Example
Text Example
White with #6AF78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF78B; }
p { color: rgb(106,247,139); }
H1.HeaderClassName
{
color: #6AF78B;
}
.AnyTagClassName
{
color: #6AF78B;
}
</style>
background-color css
<style>
a { background-color: #6AF78B; }
a { background-color: rgb(106,247,139); }
div.DivClassName
{
background-color: #6AF78B;
}
.BgClassName
{
background-color: #6AF78B;
}
</style>
border-color css
<style>
span { border-color: #6AF78B; }
span { border-color: rgb(106,247,139); }
td.TdClassName
{
border-color: #6AF78B;
}
.TagClassName
{
border-color: #6AF78B;
}
</style>