Shades of Pastel Green #6AD674
Tints of Pastel Green #6AD674
RGB
CMYK
RGB Variations
Color information
#6AD674 (or 0x6AD674) is known color: Pastel Green. HEX triplet: 6A, D6 and 74. RGB value is (106,214,116). Sum of RGB (Red+Green+Blue) = 106+214+116=436 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.31% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #6AD674 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD674 is #95298B. Grayscale: #AAAAAA. Windows color (decimal): -9775500 or 7657066. OLE color: 7657066.
HSL color Cylindrical-coordinate representation of color #6AD674: hue angle of 125.56º 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 #6AD674 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 214 | 116 | - |
| CMYK | 0.50 | 0 | 0.46 | 0.16 |
| HSL | 125.56º | 0.57% | 0.63% | - |
| HSV(B) | 125.56º | 0.5% | 0.84% | - |
| XYZ | 33.14 | 52.42 | 24.89 | - |
| YUV | 170.54 | 97.22 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 214 | 116 | 0.50 | 0 | 0.46 | 0.16 | 125.56 | 0.57 | 0.63 |
| Hex | 6A | D6 | 74 | 32 | 0 | 2E | 10 | 7E | 39 | 3F |
| Octal | 152 | 326 | 164 | 62 | 0 | 56 | 20 | 176 | 71 | 77 |
| Binary | 1101010 | 11010110 | 1110100 | 110010 | 0 | 101110 | 10000 | 1111110 | 111001 | 111111 |
Color Harmonies of #6AD674
Complementary color
Monochromatic Colors of #6AD674
Black with #6AD674
Text Example
Text Example
White with #6AD674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD674; }
p { color: rgb(106,214,116); }
H1.HeaderClassName
{
color: #6AD674;
}
.AnyTagClassName
{
color: #6AD674;
}
</style>
background-color css
<style>
a { background-color: #6AD674; }
a { background-color: rgb(106,214,116); }
div.DivClassName
{
background-color: #6AD674;
}
.BgClassName
{
background-color: #6AD674;
}
</style>
border-color css
<style>
span { border-color: #6AD674; }
span { border-color: rgb(106,214,116); }
td.TdClassName
{
border-color: #6AD674;
}
.TagClassName
{
border-color: #6AD674;
}
</style>