Shades of Pastel Green #6AED7E
Tints of Pastel Green #6AED7E
RGB
CMYK
RGB Variations
Color information
#6AED7E (or 0x6AED7E) is known color: Pastel Green. HEX triplet: 6A, ED and 7E. RGB value is (106,237,126). Sum of RGB (Red+Green+Blue) = 106+237+126=469 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.60% from 469); Green value is 237 (92.97% from 255 or 50.53% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 237 - color contains mainly: green. Hex color #6AED7E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AED7E is #951281. Grayscale: #B9B9B9. Windows color (decimal): -9769602 or 8318314. OLE color: 8318314.
HSL color Cylindrical-coordinate representation of color #6AED7E: hue angle of 129.16º degrees, saturation: 0.78, 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 #6AED7E is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 237 | 126 | - |
| CMYK | 0.55 | 0 | 0.47 | 0.07 |
| HSL | 129.16º | 0.78% | 0.67% | - |
| HSV(B) | 129.16º | 0.55% | 0.93% | - |
| XYZ | 39.99 | 65.14 | 30.2 | - |
| YUV | 185.18 | 94.6 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 237 | 126 | 0.55 | 0 | 0.47 | 0.07 | 129.16 | 0.78 | 0.67 |
| Hex | 6A | ED | 7E | 37 | 0 | 2F | 7 | 81 | 4E | 43 |
| Octal | 152 | 355 | 176 | 67 | 0 | 57 | 7 | 201 | 116 | 103 |
| Binary | 1101010 | 11101101 | 1111110 | 110111 | 0 | 101111 | 111 | 10000001 | 1001110 | 1000011 |
Color Harmonies of #6AED7E
Complementary color
Monochromatic Colors of #6AED7E
Black with #6AED7E
Text Example
Text Example
White with #6AED7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AED7E; }
p { color: rgb(106,237,126); }
H1.HeaderClassName
{
color: #6AED7E;
}
.AnyTagClassName
{
color: #6AED7E;
}
</style>
background-color css
<style>
a { background-color: #6AED7E; }
a { background-color: rgb(106,237,126); }
div.DivClassName
{
background-color: #6AED7E;
}
.BgClassName
{
background-color: #6AED7E;
}
</style>
border-color css
<style>
span { border-color: #6AED7E; }
span { border-color: rgb(106,237,126); }
td.TdClassName
{
border-color: #6AED7E;
}
.TagClassName
{
border-color: #6AED7E;
}
</style>