Shades of Pastel Green #6ADE7A
Tints of Pastel Green #6ADE7A
RGB
CMYK
RGB Variations
Color information
#6ADE7A (or 0x6ADE7A) is known color: Pastel Green. HEX triplet: 6A, DE and 7A. RGB value is (106,222,122). Sum of RGB (Red+Green+Blue) = 106+222+122=450 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.56% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADE7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADE7A is #952185. Grayscale: #B0B0B0. Windows color (decimal): -9773446 or 8052330. OLE color: 8052330.
HSL color Cylindrical-coordinate representation of color #6ADE7A: hue angle of 128.28º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADE7A is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 222 | 122 | - |
| CMYK | 0.52 | 0 | 0.45 | 0.13 |
| HSL | 128.28º | 0.64% | 0.64% | - |
| HSV(B) | 128.28º | 0.52% | 0.87% | - |
| XYZ | 35.58 | 56.71 | 27.48 | - |
| YUV | 175.92 | 97.57 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 222 | 122 | 0.52 | 0 | 0.45 | 0.13 | 128.28 | 0.64 | 0.64 |
| Hex | 6A | DE | 7A | 34 | 0 | 2D | D | 80 | 40 | 40 |
| Octal | 152 | 336 | 172 | 64 | 0 | 55 | 15 | 200 | 100 | 100 |
| Binary | 1101010 | 11011110 | 1111010 | 110100 | 0 | 101101 | 1101 | 10000000 | 1000000 | 1000000 |
Color Harmonies of #6ADE7A
Complementary color
Monochromatic Colors of #6ADE7A
Black with #6ADE7A
Text Example
Text Example
White with #6ADE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADE7A; }
p { color: rgb(106,222,122); }
H1.HeaderClassName
{
color: #6ADE7A;
}
.AnyTagClassName
{
color: #6ADE7A;
}
</style>
background-color css
<style>
a { background-color: #6ADE7A; }
a { background-color: rgb(106,222,122); }
div.DivClassName
{
background-color: #6ADE7A;
}
.BgClassName
{
background-color: #6ADE7A;
}
</style>
border-color css
<style>
span { border-color: #6ADE7A; }
span { border-color: rgb(106,222,122); }
td.TdClassName
{
border-color: #6ADE7A;
}
.TagClassName
{
border-color: #6ADE7A;
}
</style>