Shades of Pastel Green #6AE269
Tints of Pastel Green #6AE269
RGB
CMYK
RGB Variations
Color information
#6AE269 (or 0x6AE269) is known color: Pastel Green. HEX triplet: 6A, E2 and 69. RGB value is (106,226,105). Sum of RGB (Red+Green+Blue) = 106+226+105=437 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.26% from 437); Green value is 226 (88.67% from 255 or 51.72% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 226 - color contains mainly: green. Hex color #6AE269 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AE269 is #951D96. Grayscale: #B0B0B0. Windows color (decimal): -9772439 or 6939242. OLE color: 6939242.
HSL color Cylindrical-coordinate representation of color #6AE269: hue angle of 119.5º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AE269 is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 106 | 226 | 105 | - |
| CMYK | 0.53 | 0 | 0.54 | 0.11 |
| HSL | 119.5º | 0.68% | 0.65% | - |
| HSV(B) | 119.5º | 0.54% | 0.89% | - |
| XYZ | 35.69 | 58.48 | 22.77 | - |
| YUV | 176.33 | 87.74 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 226 | 105 | 0.53 | 0 | 0.54 | 0.11 | 119.5 | 0.68 | 0.65 |
| Hex | 6A | E2 | 69 | 35 | 0 | 36 | B | 78 | 44 | 41 |
| Octal | 152 | 342 | 151 | 65 | 0 | 66 | 13 | 170 | 104 | 101 |
| Binary | 1101010 | 11100010 | 1101001 | 110101 | 0 | 110110 | 1011 | 1111000 | 1000100 | 1000001 |
Color Harmonies of #6AE269
Complementary color
Monochromatic Colors of #6AE269
Black with #6AE269
Text Example
Text Example
White with #6AE269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE269; }
p { color: rgb(106,226,105); }
H1.HeaderClassName
{
color: #6AE269;
}
.AnyTagClassName
{
color: #6AE269;
}
</style>
background-color css
<style>
a { background-color: #6AE269; }
a { background-color: rgb(106,226,105); }
div.DivClassName
{
background-color: #6AE269;
}
.BgClassName
{
background-color: #6AE269;
}
</style>
border-color css
<style>
span { border-color: #6AE269; }
span { border-color: rgb(106,226,105); }
td.TdClassName
{
border-color: #6AE269;
}
.TagClassName
{
border-color: #6AE269;
}
</style>