Shades of Pastel Green #6AD07C
Tints of Pastel Green #6AD07C
RGB
CMYK
RGB Variations
Color information
#6AD07C (or 0x6AD07C) is known color: Pastel Green. HEX triplet: 6A, D0 and 7C. RGB value is (106,208,124). Sum of RGB (Red+Green+Blue) = 106+208+124=438 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.20% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD07C is #952F83. Grayscale: #A8A8A8. Windows color (decimal): -9777028 or 8179818. OLE color: 8179818.
HSL color Cylindrical-coordinate representation of color #6AD07C: hue angle of 130.59º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AD07C is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 208 | 124 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.18 |
| HSL | 130.59º | 0.52% | 0.62% | - |
| HSV(B) | 130.59º | 0.49% | 0.82% | - |
| XYZ | 32.14 | 49.63 | 26.95 | - |
| YUV | 167.93 | 103.21 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 208 | 124 | 0.49 | 0 | 0.40 | 0.18 | 130.59 | 0.52 | 0.62 |
| Hex | 6A | D0 | 7C | 31 | 0 | 28 | 12 | 83 | 34 | 3E |
| Octal | 152 | 320 | 174 | 61 | 0 | 50 | 22 | 203 | 64 | 76 |
| Binary | 1101010 | 11010000 | 1111100 | 110001 | 0 | 101000 | 10010 | 10000011 | 110100 | 111110 |
Color Harmonies of #6AD07C
Complementary color
Monochromatic Colors of #6AD07C
Black with #6AD07C
Text Example
Text Example
White with #6AD07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD07C; }
p { color: rgb(106,208,124); }
H1.HeaderClassName
{
color: #6AD07C;
}
.AnyTagClassName
{
color: #6AD07C;
}
</style>
background-color css
<style>
a { background-color: #6AD07C; }
a { background-color: rgb(106,208,124); }
div.DivClassName
{
background-color: #6AD07C;
}
.BgClassName
{
background-color: #6AD07C;
}
</style>
border-color css
<style>
span { border-color: #6AD07C; }
span { border-color: rgb(106,208,124); }
td.TdClassName
{
border-color: #6AD07C;
}
.TagClassName
{
border-color: #6AD07C;
}
</style>