Shades of Pastel Green #6AE666
Tints of Pastel Green #6AE666
RGB
CMYK
RGB Variations
Color information
#6AE666 (or 0x6AE666) is known color: Pastel Green. HEX triplet: 6A, E6 and 66. RGB value is (106,230,102). Sum of RGB (Red+Green+Blue) = 106+230+102=438 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.20% from 438); Green value is 230 (90.23% from 255 or 52.51% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 230 - color contains mainly: green. Hex color #6AE666 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AE666 is #951999. Grayscale: #B2B2B2. Windows color (decimal): -9771418 or 6743658. OLE color: 6743658.
HSL color Cylindrical-coordinate representation of color #6AE666: hue angle of 118.12º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AE666 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 106 | 230 | 102 | - |
| CMYK | 0.54 | 0 | 0.56 | 0.10 |
| HSL | 118.13º | 0.72% | 0.65% | - |
| HSV(B) | 118.13º | 0.56% | 0.9% | - |
| XYZ | 36.64 | 60.62 | 22.34 | - |
| YUV | 178.33 | 84.92 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 230 | 102 | 0.54 | 0 | 0.56 | 0.10 | 118.13 | 0.72 | 0.65 |
| Hex | 6A | E6 | 66 | 36 | 0 | 38 | A | 76 | 48 | 41 |
| Octal | 152 | 346 | 146 | 66 | 0 | 70 | 12 | 166 | 110 | 101 |
| Binary | 1101010 | 11100110 | 1100110 | 110110 | 0 | 111000 | 1010 | 1110110 | 1001000 | 1000001 |
Color Harmonies of #6AE666
Complementary color
Monochromatic Colors of #6AE666
Black with #6AE666
Text Example
Text Example
White with #6AE666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE666; }
p { color: rgb(106,230,102); }
H1.HeaderClassName
{
color: #6AE666;
}
.AnyTagClassName
{
color: #6AE666;
}
</style>
background-color css
<style>
a { background-color: #6AE666; }
a { background-color: rgb(106,230,102); }
div.DivClassName
{
background-color: #6AE666;
}
.BgClassName
{
background-color: #6AE666;
}
</style>
border-color css
<style>
span { border-color: #6AE666; }
span { border-color: rgb(106,230,102); }
td.TdClassName
{
border-color: #6AE666;
}
.TagClassName
{
border-color: #6AE666;
}
</style>