Shades of Pastel Green #6AFA8C
Tints of Pastel Green #6AFA8C
RGB
CMYK
RGB Variations
Color information
#6AFA8C (or 0x6AFA8C) is known color: Pastel Green. HEX triplet: 6A, FA and 8C. RGB value is (106,250,140). Sum of RGB (Red+Green+Blue) = 106+250+140=496 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.37% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFA8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFA8C is #950573. Grayscale: #C2C2C2. Windows color (decimal): -9766260 or 9239146. OLE color: 9239146.
HSL color Cylindrical-coordinate representation of color #6AFA8C: hue angle of 134.17º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFA8C is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 250 | 140 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.02 |
| HSL | 134.17º | 0.94% | 0.7% | - |
| HSV(B) | 134.17º | 0.58% | 0.98% | - |
| XYZ | 44.86 | 73.33 | 36.6 | - |
| YUV | 194.4 | 97.29 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 250 | 140 | 0.58 | 0 | 0.44 | 0.02 | 134.17 | 0.94 | 0.7 |
| Hex | 6A | FA | 8C | 3A | 0 | 2C | 2 | 86 | 5E | 46 |
| Octal | 152 | 372 | 214 | 72 | 0 | 54 | 2 | 206 | 136 | 106 |
| Binary | 1101010 | 11111010 | 10001100 | 111010 | 0 | 101100 | 10 | 10000110 | 1011110 | 1000110 |
Color Harmonies of #6AFA8C
Complementary color
Monochromatic Colors of #6AFA8C
Black with #6AFA8C
Text Example
Text Example
White with #6AFA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFA8C; }
p { color: rgb(106,250,140); }
H1.HeaderClassName
{
color: #6AFA8C;
}
.AnyTagClassName
{
color: #6AFA8C;
}
</style>
background-color css
<style>
a { background-color: #6AFA8C; }
a { background-color: rgb(106,250,140); }
div.DivClassName
{
background-color: #6AFA8C;
}
.BgClassName
{
background-color: #6AFA8C;
}
</style>
border-color css
<style>
span { border-color: #6AFA8C; }
span { border-color: rgb(106,250,140); }
td.TdClassName
{
border-color: #6AFA8C;
}
.TagClassName
{
border-color: #6AFA8C;
}
</style>