Shades of Pastel Green #6AED8C
Tints of Pastel Green #6AED8C
RGB
CMYK
RGB Variations
Color information
#6AED8C (or 0x6AED8C) is known color: Pastel Green. HEX triplet: 6A, ED and 8C. RGB value is (106,237,140). Sum of RGB (Red+Green+Blue) = 106+237+140=483 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.95% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #6AED8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AED8C is #951273. Grayscale: #BBBBBB. Windows color (decimal): -9769588 or 9235818. OLE color: 9235818.
HSL color Cylindrical-coordinate representation of color #6AED8C: hue angle of 135.57º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AED8C is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 237 | 140 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.07 |
| HSL | 135.57º | 0.78% | 0.67% | - |
| HSV(B) | 135.57º | 0.55% | 0.93% | - |
| XYZ | 40.96 | 65.53 | 35.3 | - |
| YUV | 186.77 | 101.6 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 237 | 140 | 0.55 | 0 | 0.41 | 0.07 | 135.57 | 0.78 | 0.67 |
| Hex | 6A | ED | 8C | 37 | 0 | 29 | 7 | 88 | 4E | 43 |
| Octal | 152 | 355 | 214 | 67 | 0 | 51 | 7 | 210 | 116 | 103 |
| Binary | 1101010 | 11101101 | 10001100 | 110111 | 0 | 101001 | 111 | 10001000 | 1001110 | 1000011 |
Color Harmonies of #6AED8C
Complementary color
Monochromatic Colors of #6AED8C
Black with #6AED8C
Text Example
Text Example
White with #6AED8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AED8C; }
p { color: rgb(106,237,140); }
H1.HeaderClassName
{
color: #6AED8C;
}
.AnyTagClassName
{
color: #6AED8C;
}
</style>
background-color css
<style>
a { background-color: #6AED8C; }
a { background-color: rgb(106,237,140); }
div.DivClassName
{
background-color: #6AED8C;
}
.BgClassName
{
background-color: #6AED8C;
}
</style>
border-color css
<style>
span { border-color: #6AED8C; }
span { border-color: rgb(106,237,140); }
td.TdClassName
{
border-color: #6AED8C;
}
.TagClassName
{
border-color: #6AED8C;
}
</style>