Shades of Pastel Green #6AE58F
Tints of Pastel Green #6AE58F
RGB
CMYK
RGB Variations
Color information
#6AE58F (or 0x6AE58F) is known color: Pastel Green. HEX triplet: 6A, E5 and 8F. RGB value is (106,229,143). Sum of RGB (Red+Green+Blue) = 106+229+143=478 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.18% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 229 - color contains mainly: green. Hex color #6AE58F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AE58F is #951A70. Grayscale: #B6B6B6. Windows color (decimal): -9771633 or 9430378. OLE color: 9430378.
HSL color Cylindrical-coordinate representation of color #6AE58F: hue angle of 138.05º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AE58F is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 106 | 229 | 143 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.10 |
| HSL | 138.05º | 0.7% | 0.66% | - |
| HSV(B) | 138.05º | 0.54% | 0.9% | - |
| XYZ | 38.92 | 61.09 | 35.73 | - |
| YUV | 182.42 | 105.75 | 73.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 229 | 143 | 0.54 | 0 | 0.38 | 0.10 | 138.05 | 0.7 | 0.66 |
| Hex | 6A | E5 | 8F | 36 | 0 | 26 | A | 8A | 46 | 42 |
| Octal | 152 | 345 | 217 | 66 | 0 | 46 | 12 | 212 | 106 | 102 |
| Binary | 1101010 | 11100101 | 10001111 | 110110 | 0 | 100110 | 1010 | 10001010 | 1000110 | 1000010 |
Color Harmonies of #6AE58F
Complementary color
Monochromatic Colors of #6AE58F
Black with #6AE58F
Text Example
Text Example
White with #6AE58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE58F; }
p { color: rgb(106,229,143); }
H1.HeaderClassName
{
color: #6AE58F;
}
.AnyTagClassName
{
color: #6AE58F;
}
</style>
background-color css
<style>
a { background-color: #6AE58F; }
a { background-color: rgb(106,229,143); }
div.DivClassName
{
background-color: #6AE58F;
}
.BgClassName
{
background-color: #6AE58F;
}
</style>
border-color css
<style>
span { border-color: #6AE58F; }
span { border-color: rgb(106,229,143); }
td.TdClassName
{
border-color: #6AE58F;
}
.TagClassName
{
border-color: #6AE58F;
}
</style>