Shades of Pastel Green #6AE25E
Tints of Pastel Green #6AE25E
RGB
CMYK
RGB Variations
Color information
#6AE25E (or 0x6AE25E) is known color: Pastel Green. HEX triplet: 6A, E2 and 5E. RGB value is (106,226,94). Sum of RGB (Red+Green+Blue) = 106+226+94=426 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.88% from 426); Green value is 226 (88.67% from 255 or 53.05% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 226 - color contains mainly: green. Hex color #6AE25E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AE25E is #951DA1. Grayscale: #AFAFAF. Windows color (decimal): -9772450 or 6218346. OLE color: 6218346.
HSL color Cylindrical-coordinate representation of color #6AE25E: hue angle of 114.55º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AE25E is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 106 | 226 | 94 | - |
| CMYK | 0.53 | 0 | 0.58 | 0.11 |
| HSL | 114.55º | 0.69% | 0.63% | - |
| HSV(B) | 114.55º | 0.58% | 0.89% | - |
| XYZ | 35.16 | 58.27 | 19.98 | - |
| YUV | 175.07 | 82.24 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 226 | 94 | 0.53 | 0 | 0.58 | 0.11 | 114.55 | 0.69 | 0.63 |
| Hex | 6A | E2 | 5E | 35 | 0 | 3A | B | 73 | 45 | 3F |
| Octal | 152 | 342 | 136 | 65 | 0 | 72 | 13 | 163 | 105 | 77 |
| Binary | 1101010 | 11100010 | 1011110 | 110101 | 0 | 111010 | 1011 | 1110011 | 1000101 | 111111 |
Color Harmonies of #6AE25E
Complementary color
Monochromatic Colors of #6AE25E
Black with #6AE25E
Text Example
Text Example
White with #6AE25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE25E; }
p { color: rgb(106,226,94); }
H1.HeaderClassName
{
color: #6AE25E;
}
.AnyTagClassName
{
color: #6AE25E;
}
</style>
background-color css
<style>
a { background-color: #6AE25E; }
a { background-color: rgb(106,226,94); }
div.DivClassName
{
background-color: #6AE25E;
}
.BgClassName
{
background-color: #6AE25E;
}
</style>
border-color css
<style>
span { border-color: #6AE25E; }
span { border-color: rgb(106,226,94); }
td.TdClassName
{
border-color: #6AE25E;
}
.TagClassName
{
border-color: #6AE25E;
}
</style>