Shades of Pastel Green #6AD672
Tints of Pastel Green #6AD672
RGB
CMYK
RGB Variations
Color information
#6AD672 (or 0x6AD672) is known color: Pastel Green. HEX triplet: 6A, D6 and 72. RGB value is (106,214,114). Sum of RGB (Red+Green+Blue) = 106+214+114=434 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.42% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #6AD672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD672 is #95298D. Grayscale: #AAAAAA. Windows color (decimal): -9775502 or 7525994. OLE color: 7525994.
HSL color Cylindrical-coordinate representation of color #6AD672: hue angle of 124.44º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AD672 is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 214 | 114 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.16 |
| HSL | 124.44º | 0.57% | 0.63% | - |
| HSV(B) | 124.44º | 0.5% | 0.84% | - |
| XYZ | 33.03 | 52.37 | 24.29 | - |
| YUV | 170.31 | 96.22 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 214 | 114 | 0.50 | 0 | 0.47 | 0.16 | 124.44 | 0.57 | 0.63 |
| Hex | 6A | D6 | 72 | 32 | 0 | 2F | 10 | 7C | 39 | 3F |
| Octal | 152 | 326 | 162 | 62 | 0 | 57 | 20 | 174 | 71 | 77 |
| Binary | 1101010 | 11010110 | 1110010 | 110010 | 0 | 101111 | 10000 | 1111100 | 111001 | 111111 |
Color Harmonies of #6AD672
Complementary color
Monochromatic Colors of #6AD672
Black with #6AD672
Text Example
Text Example
White with #6AD672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD672; }
p { color: rgb(106,214,114); }
H1.HeaderClassName
{
color: #6AD672;
}
.AnyTagClassName
{
color: #6AD672;
}
</style>
background-color css
<style>
a { background-color: #6AD672; }
a { background-color: rgb(106,214,114); }
div.DivClassName
{
background-color: #6AD672;
}
.BgClassName
{
background-color: #6AD672;
}
</style>
border-color css
<style>
span { border-color: #6AD672; }
span { border-color: rgb(106,214,114); }
td.TdClassName
{
border-color: #6AD672;
}
.TagClassName
{
border-color: #6AD672;
}
</style>