Shades of Pastel Green #6AEE8D
Tints of Pastel Green #6AEE8D
RGB
CMYK
RGB Variations
Color information
#6AEE8D (or 0x6AEE8D) is known color: Pastel Green. HEX triplet: 6A, EE and 8D. RGB value is (106,238,141). Sum of RGB (Red+Green+Blue) = 106+238+141=485 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.86% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #6AEE8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEE8D is #951172. Grayscale: #BBBBBB. Windows color (decimal): -9769331 or 9301610. OLE color: 9301610.
HSL color Cylindrical-coordinate representation of color #6AEE8D: hue angle of 135.91º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEE8D is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 238 | 141 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.07 |
| HSL | 135.91º | 0.8% | 0.67% | - |
| HSV(B) | 135.91º | 0.55% | 0.93% | - |
| XYZ | 41.33 | 66.14 | 35.79 | - |
| YUV | 187.47 | 101.77 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 238 | 141 | 0.55 | 0 | 0.41 | 0.07 | 135.91 | 0.8 | 0.67 |
| Hex | 6A | EE | 8D | 37 | 0 | 29 | 7 | 88 | 50 | 43 |
| Octal | 152 | 356 | 215 | 67 | 0 | 51 | 7 | 210 | 120 | 103 |
| Binary | 1101010 | 11101110 | 10001101 | 110111 | 0 | 101001 | 111 | 10001000 | 1010000 | 1000011 |
Color Harmonies of #6AEE8D
Complementary color
Monochromatic Colors of #6AEE8D
Black with #6AEE8D
Text Example
Text Example
White with #6AEE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEE8D; }
p { color: rgb(106,238,141); }
H1.HeaderClassName
{
color: #6AEE8D;
}
.AnyTagClassName
{
color: #6AEE8D;
}
</style>
background-color css
<style>
a { background-color: #6AEE8D; }
a { background-color: rgb(106,238,141); }
div.DivClassName
{
background-color: #6AEE8D;
}
.BgClassName
{
background-color: #6AEE8D;
}
</style>
border-color css
<style>
span { border-color: #6AEE8D; }
span { border-color: rgb(106,238,141); }
td.TdClassName
{
border-color: #6AEE8D;
}
.TagClassName
{
border-color: #6AEE8D;
}
</style>