Shades of Pastel Green #6AEC7B
Tints of Pastel Green #6AEC7B
RGB
CMYK
RGB Variations
Color information
#6AEC7B (or 0x6AEC7B) is known color: Pastel Green. HEX triplet: 6A, EC and 7B. RGB value is (106,236,123). Sum of RGB (Red+Green+Blue) = 106+236+123=465 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.80% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #6AEC7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AEC7B is #951384. Grayscale: #B8B8B8. Windows color (decimal): -9769861 or 8121450. OLE color: 8121450.
HSL color Cylindrical-coordinate representation of color #6AEC7B: hue angle of 127.85º degrees, saturation: 0.77, 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 #6AEC7B is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 236 | 123 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.07 |
| HSL | 127.85º | 0.77% | 0.67% | - |
| HSV(B) | 127.85º | 0.55% | 0.93% | - |
| XYZ | 39.51 | 64.49 | 29.1 | - |
| YUV | 184.25 | 93.43 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 236 | 123 | 0.55 | 0 | 0.48 | 0.07 | 127.85 | 0.77 | 0.67 |
| Hex | 6A | EC | 7B | 37 | 0 | 30 | 7 | 80 | 4D | 43 |
| Octal | 152 | 354 | 173 | 67 | 0 | 60 | 7 | 200 | 115 | 103 |
| Binary | 1101010 | 11101100 | 1111011 | 110111 | 0 | 110000 | 111 | 10000000 | 1001101 | 1000011 |
Color Harmonies of #6AEC7B
Complementary color
Monochromatic Colors of #6AEC7B
Black with #6AEC7B
Text Example
Text Example
White with #6AEC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEC7B; }
p { color: rgb(106,236,123); }
H1.HeaderClassName
{
color: #6AEC7B;
}
.AnyTagClassName
{
color: #6AEC7B;
}
</style>
background-color css
<style>
a { background-color: #6AEC7B; }
a { background-color: rgb(106,236,123); }
div.DivClassName
{
background-color: #6AEC7B;
}
.BgClassName
{
background-color: #6AEC7B;
}
</style>
border-color css
<style>
span { border-color: #6AEC7B; }
span { border-color: rgb(106,236,123); }
td.TdClassName
{
border-color: #6AEC7B;
}
.TagClassName
{
border-color: #6AEC7B;
}
</style>