Shades of Pastel Green #6AE28C
Tints of Pastel Green #6AE28C
RGB
CMYK
RGB Variations
Color information
#6AE28C (or 0x6AE28C) is known color: Pastel Green. HEX triplet: 6A, E2 and 8C. RGB value is (106,226,140). Sum of RGB (Red+Green+Blue) = 106+226+140=472 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.46% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 226 - color contains mainly: green. Hex color #6AE28C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AE28C is #951D73. Grayscale: #B4B4B4. Windows color (decimal): -9772404 or 9233002. OLE color: 9233002.
HSL color Cylindrical-coordinate representation of color #6AE28C: hue angle of 137º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AE28C is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 106 | 226 | 140 | - |
| CMYK | 0.53 | 0 | 0.38 | 0.11 |
| HSL | 137º | 0.67% | 0.65% | - |
| HSV(B) | 137º | 0.53% | 0.89% | - |
| XYZ | 37.87 | 59.35 | 34.27 | - |
| YUV | 180.32 | 105.24 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 226 | 140 | 0.53 | 0 | 0.38 | 0.11 | 137 | 0.67 | 0.65 |
| Hex | 6A | E2 | 8C | 35 | 0 | 26 | B | 89 | 43 | 41 |
| Octal | 152 | 342 | 214 | 65 | 0 | 46 | 13 | 211 | 103 | 101 |
| Binary | 1101010 | 11100010 | 10001100 | 110101 | 0 | 100110 | 1011 | 10001001 | 1000011 | 1000001 |
Color Harmonies of #6AE28C
Complementary color
Monochromatic Colors of #6AE28C
Black with #6AE28C
Text Example
Text Example
White with #6AE28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE28C; }
p { color: rgb(106,226,140); }
H1.HeaderClassName
{
color: #6AE28C;
}
.AnyTagClassName
{
color: #6AE28C;
}
</style>
background-color css
<style>
a { background-color: #6AE28C; }
a { background-color: rgb(106,226,140); }
div.DivClassName
{
background-color: #6AE28C;
}
.BgClassName
{
background-color: #6AE28C;
}
</style>
border-color css
<style>
span { border-color: #6AE28C; }
span { border-color: rgb(106,226,140); }
td.TdClassName
{
border-color: #6AE28C;
}
.TagClassName
{
border-color: #6AE28C;
}
</style>