Shades of Pastel Green #6AE082
Tints of Pastel Green #6AE082
RGB
CMYK
RGB Variations
Color information
#6AE082 (or 0x6AE082) is known color: Pastel Green. HEX triplet: 6A, E0 and 82. RGB value is (106,224,130). Sum of RGB (Red+Green+Blue) = 106+224+130=460 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.04% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 224 - color contains mainly: green. Hex color #6AE082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AE082 is #951F7D. Grayscale: #B2B2B2. Windows color (decimal): -9772926 or 8577130. OLE color: 8577130.
HSL color Cylindrical-coordinate representation of color #6AE082: hue angle of 132.2º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AE082 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 106 | 224 | 130 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.12 |
| HSL | 132.2º | 0.66% | 0.65% | - |
| HSV(B) | 132.2º | 0.53% | 0.88% | - |
| XYZ | 36.63 | 57.99 | 30.38 | - |
| YUV | 178 | 100.91 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 224 | 130 | 0.53 | 0 | 0.42 | 0.12 | 132.2 | 0.66 | 0.65 |
| Hex | 6A | E0 | 82 | 35 | 0 | 2A | C | 84 | 42 | 41 |
| Octal | 152 | 340 | 202 | 65 | 0 | 52 | 14 | 204 | 102 | 101 |
| Binary | 1101010 | 11100000 | 10000010 | 110101 | 0 | 101010 | 1100 | 10000100 | 1000010 | 1000001 |
Color Harmonies of #6AE082
Complementary color
Monochromatic Colors of #6AE082
Black with #6AE082
Text Example
Text Example
White with #6AE082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE082; }
p { color: rgb(106,224,130); }
H1.HeaderClassName
{
color: #6AE082;
}
.AnyTagClassName
{
color: #6AE082;
}
</style>
background-color css
<style>
a { background-color: #6AE082; }
a { background-color: rgb(106,224,130); }
div.DivClassName
{
background-color: #6AE082;
}
.BgClassName
{
background-color: #6AE082;
}
</style>
border-color css
<style>
span { border-color: #6AE082; }
span { border-color: rgb(106,224,130); }
td.TdClassName
{
border-color: #6AE082;
}
.TagClassName
{
border-color: #6AE082;
}
</style>