Shades of Pastel Green #6AEC90
Tints of Pastel Green #6AEC90
RGB
CMYK
RGB Variations
Color information
#6AEC90 (or 0x6AEC90) is known color: Pastel Green. HEX triplet: 6A, EC and 90. RGB value is (106,236,144). Sum of RGB (Red+Green+Blue) = 106+236+144=486 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.81% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #6AEC90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEC90 is #95136F. Grayscale: #BABABA. Windows color (decimal): -9769840 or 9497706. OLE color: 9497706.
HSL color Cylindrical-coordinate representation of color #6AEC90: hue angle of 137.54º 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 #6AEC90 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 236 | 144 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.07 |
| HSL | 137.54º | 0.77% | 0.67% | - |
| HSV(B) | 137.54º | 0.55% | 0.93% | - |
| XYZ | 40.97 | 65.07 | 36.79 | - |
| YUV | 186.64 | 103.93 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 236 | 144 | 0.55 | 0 | 0.39 | 0.07 | 137.54 | 0.77 | 0.67 |
| Hex | 6A | EC | 90 | 37 | 0 | 27 | 7 | 8A | 4D | 43 |
| Octal | 152 | 354 | 220 | 67 | 0 | 47 | 7 | 212 | 115 | 103 |
| Binary | 1101010 | 11101100 | 10010000 | 110111 | 0 | 100111 | 111 | 10001010 | 1001101 | 1000011 |
Color Harmonies of #6AEC90
Complementary color
Monochromatic Colors of #6AEC90
Black with #6AEC90
Text Example
Text Example
White with #6AEC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEC90; }
p { color: rgb(106,236,144); }
H1.HeaderClassName
{
color: #6AEC90;
}
.AnyTagClassName
{
color: #6AEC90;
}
</style>
background-color css
<style>
a { background-color: #6AEC90; }
a { background-color: rgb(106,236,144); }
div.DivClassName
{
background-color: #6AEC90;
}
.BgClassName
{
background-color: #6AEC90;
}
</style>
border-color css
<style>
span { border-color: #6AEC90; }
span { border-color: rgb(106,236,144); }
td.TdClassName
{
border-color: #6AEC90;
}
.TagClassName
{
border-color: #6AEC90;
}
</style>