Shades of Pastel Green #6AD45D
Tints of Pastel Green #6AD45D
RGB
CMYK
RGB Variations
Color information
#6AD45D (or 0x6AD45D) is known color: Pastel Green. HEX triplet: 6A, D4 and 5D. RGB value is (106,212,93). Sum of RGB (Red+Green+Blue) = 106+212+93=411 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.79% from 411); Green value is 212 (83.20% from 255 or 51.58% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 212 - color contains mainly: green. Hex color #6AD45D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD45D is #952BA2. Grayscale: #A7A7A7. Windows color (decimal): -9776035 or 6149226. OLE color: 6149226.
HSL color Cylindrical-coordinate representation of color #6AD45D: hue angle of 113.45º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AD45D is Cyan = 0.5, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 106 | 212 | 93 | - |
| CMYK | 0.5 | 0 | 0.56 | 0.17 |
| HSL | 113.45º | 0.58% | 0.6% | - |
| HSV(B) | 113.45º | 0.56% | 0.83% | - |
| XYZ | 31.46 | 50.94 | 18.53 | - |
| YUV | 166.74 | 86.38 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 212 | 93 | 0.5 | 0 | 0.56 | 0.17 | 113.45 | 0.58 | 0.6 |
| Hex | 6A | D4 | 5D | 32 | 0 | 38 | 11 | 71 | 3A | 3C |
| Octal | 152 | 324 | 135 | 62 | 0 | 70 | 21 | 161 | 72 | 74 |
| Binary | 1101010 | 11010100 | 1011101 | 110010 | 0 | 111000 | 10001 | 1110001 | 111010 | 111100 |
Color Harmonies of #6AD45D
Complementary color
Monochromatic Colors of #6AD45D
Black with #6AD45D
Text Example
Text Example
White with #6AD45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD45D; }
p { color: rgb(106,212,93); }
H1.HeaderClassName
{
color: #6AD45D;
}
.AnyTagClassName
{
color: #6AD45D;
}
</style>
background-color css
<style>
a { background-color: #6AD45D; }
a { background-color: rgb(106,212,93); }
div.DivClassName
{
background-color: #6AD45D;
}
.BgClassName
{
background-color: #6AD45D;
}
</style>
border-color css
<style>
span { border-color: #6AD45D; }
span { border-color: rgb(106,212,93); }
td.TdClassName
{
border-color: #6AD45D;
}
.TagClassName
{
border-color: #6AD45D;
}
</style>